Skip to content

Commit d706a18

Browse files
Bump actions/checkout from 5 to 6 (#126)
1 parent 5979365 commit d706a18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ping-servers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Prepare the working dir
1919
- name: Clear any existing files
2020
run: rm -rf *
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
token: ${{ secrets.PAT }}
2424

.github/workflows/validate-and-build-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Prepare the working dir
1717
- name: Clear any existing files
1818
run: rm -rf *
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
token: ${{ secrets.PAT }}
2222

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Prepare the working dir
1717
- name: Clear any existing files
1818
run: rm -rf *
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
# Install Python
2222
- name: Setup Python 3.9

0 commit comments

Comments
 (0)