Skip to content

Commit 37b57a8

Browse files
authored
Merge pull request #188 from tkskto/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 5449985 + 7094321 commit 37b57a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [14.x, 16.x]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v2
2222
with:

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
# publish for npm package.
1212
- uses: actions/setup-node@v2
1313
with:

0 commit comments

Comments
 (0)