mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
GitHub Workflows: Update to actions/checkout@v3
This avoids Node.js deprecation warnings during the build. PiperOrigin-RevId: 532406855 Change-Id: I0577051565432ed885034ac70e09be58777537cd
This commit is contained in:
parent
1bf9437f95
commit
434de99233
2
.github/workflows/fedora-cmake.yml
vendored
2
.github/workflows/fedora-cmake.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
RUN_CMD: docker exec --tty ${{matrix.compiler}}-build-container
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
|
|
2
.github/workflows/ubuntu-cmake-contrib.yml
vendored
2
.github/workflows/ubuntu-cmake-contrib.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
continue-on-error: ${{ matrix.ignore-errors }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
|
|
2
.github/workflows/ubuntu-cmake.yml
vendored
2
.github/workflows/ubuntu-cmake.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
continue-on-error: ${{ matrix.ignore-errors }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user