Skip to content

Commit 1bafc47

Browse files
chore(deps): update actions/checkout action to v6
1 parent 73016fe commit 1bafc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Test
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Use Node.js 24.x
2121
uses: actions/setup-node@v6
2222
with:
@@ -50,7 +50,7 @@ jobs:
5050
group: deploy
5151
cancel-in-progress: false
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
- name: Use Node.js 24.x
5555
uses: actions/setup-node@v6
5656
with:

0 commit comments

Comments
 (0)