Skip to content

Commit 9947893

Browse files
build(deps): bump actions/checkout from 2 to 3 (#400)
1 parent e6a8ab6 commit 9947893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
node-version: [12, 14, 16]
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
persist-credentials: false
2727
ref: ${{github.event.pull_request.head.sha}}
@@ -46,7 +46,7 @@ jobs:
4646
echo "::set-output name=BENCH_RESULT${{matrix.node-version}}::$content"
4747
4848
# main benchmark
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
with:
5151
ref: 'master'
5252

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [macos-latest, ubuntu-latest, windows-latest]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323

2424
- name: Use Node.js
2525
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)