Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2022
1 parent 530a9ea commit 20f7966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: setup yarn-cache
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: setup yarn-cache
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
matrix:
os: ['macos-latest', 'windows-latest']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: setup yarn-cache
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- test-nodejs
- test-platform
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: setup yarn-cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 20f7966

Please sign in to comment.