mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-10 05:22:59 +03:00
update to checkout@v2
Summary: checkout@v2 is the current action version, and the old one may have security issues. Let's just run with the latest version. Reviewed By: ahornby Differential Revision: D33834847 fbshipit-source-id: fba0733577bf23c208c9824aa3815bd01a813d9a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6890c35763
commit
be7c9671ba
2
.github/workflows/getdeps_linux.yml
vendored
2
.github/workflows/getdeps_linux.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch zlib
|
||||
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests zlib
|
||||
- name: Fetch ninja
|
||||
|
2
.github/workflows/getdeps_mac.yml
vendored
2
.github/workflows/getdeps_mac.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch zlib
|
||||
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests zlib
|
||||
- name: Fetch ninja
|
||||
|
@@ -934,7 +934,7 @@ jobs:
|
||||
out.write(" build:\n")
|
||||
out.write(" runs-on: %s\n" % runs_on)
|
||||
out.write(" steps:\n")
|
||||
out.write(" - uses: actions/checkout@v1\n")
|
||||
out.write(" - uses: actions/checkout@v2\n")
|
||||
|
||||
if build_opts.is_windows():
|
||||
# cmake relies on BOOST_ROOT but GH deliberately don't set it in order
|
||||
|
Reference in New Issue
Block a user