Skip to content

Commit 97da8f3

Browse files
Update actions/checkout action to v6
1 parent 2d58916 commit 97da8f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Deploy to GitHub Pages
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 18

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Volans Website Build
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v6
1010
- name: Set up Node 18
1111
uses: actions/setup-node@v3
1212
with:

0 commit comments

Comments
 (0)