Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 45af7a9

Browse files
chore(deps): update actions/checkout action to v3 (#428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29fd52b commit 45af7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-update-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
npm-update-package:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v2
1212
with:
1313
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)