Skip to content

Commit bb9f10c

Browse files
Bump actions/checkout from 6 to 7 (#146)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent be7477d commit bb9f10c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
21+
- uses: actions/checkout@v7
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@v6
19+
- uses: actions/checkout@v7
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@v6
19+
- uses: actions/checkout@v7
2020

2121
# Install Python
2222
- name: Setup Python 3.9

0 commit comments

Comments
 (0)