Skip to content

Commit 18a1ade

Browse files
chore(deps): update actions/checkout action to v3 (#119)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 570f47e commit 18a1ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
persist-credentials: false
1717
- name: Setup Node.js

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- uses: actions/setup-node@v3
2525
with:
2626
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)