Skip to content

Commit 3a72ab6

Browse files
chore(deps): update actions/checkout action to v5
1 parent f244c68 commit 3a72ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v5
1313
- uses: bahmutov/npm-install@v1
1414
- name: Use Node.js to test and build
1515
uses: actions/setup-node@v2

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v5
1010
- uses: bahmutov/npm-install@v1
1111
- name: Use Node.js to test and build
1212
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)