Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#1392)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Rennie <rennie@google.com>
  • Loading branch information
renovate-bot and SurferJeffAtGoogle committed Apr 6, 2022
1 parent 54b2c6a commit 9368bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
node: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ '{{' }} matrix.node {{ '}}' }}
Expand All @@ -29,7 +29,7 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
Expand All @@ -40,7 +40,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
Expand All @@ -49,7 +49,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
- name: Fetch pull request branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch base main branch
Expand Down

0 comments on commit 9368bc7

Please sign in to comment.