Skip to content

Commit 9c2f5da

Browse files
authored
Merge pull request #88 from wanadev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f6c0ee0 + 55a26ca commit 9c2f5da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: "Checkout"
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: "Checkout the repository"
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: "Set up Node 18"
3434
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)