Skip to content

Commit 9368bc7

Browse files
chore(deps): update actions/checkout action to v3 (#1392)
Co-authored-by: Jeffrey Rennie <rennie@google.com>
1 parent 54b2c6a commit 9368bc7

File tree

2 files changed

+5
-5
lines changed
  • synthtool/gcp/templates
    • node_library/.github/workflows
    • python_notebooks_testing_pipeline/.github/workflows

2 files changed

+5
-5
lines changed

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
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

synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up Python
1010
uses: actions/setup-python@v3
1111
- name: Fetch pull request branch
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
1515
- name: Fetch base main branch

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy