Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 051bf4a

Browse files
chore(deps): update actions/checkout action to v3 (#1392) (#473)
Co-authored-by: Jeffrey Rennie <[email protected]> Source-Link: googleapis/synthtool@9368bc7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:f74e740638e66be7ced1540626217dbb72980eb73885b2339a70592f38c9ff2c
1 parent afa1695 commit 051bf4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:1d25dfefd805b689a2a2356d35a25b13f2f67bcce55400246432c43a42e96214
17-
# created: 2022-04-05T22:42:50.409517925Z
16+
digest: sha256:f74e740638e66be7ced1540626217dbb72980eb73885b2339a70592f38c9ff2c
17+
# created: 2022-04-06T18:36:33.987617127Z

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
node: [10, 12, 14, 16]
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node }}
@@ -29,7 +29,7 @@ jobs:
2929
windows:
3030
runs-on: windows-latest
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: 14
@@ -40,7 +40,7 @@ jobs:
4040
lint:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- uses: actions/setup-node@v3
4545
with:
4646
node-version: 14
@@ -49,7 +49,7 @@ jobs:
4949
docs:
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v3
5353
- uses: actions/setup-node@v3
5454
with:
5555
node-version: 14

0 commit comments

Comments
 (0)