Skip to content

Commit 3eec7a5

Browse files
Bump actions/setup-python from 6 to 7 (#151)
1 parent 7bfd1b2 commit 3eec7a5

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
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ secrets.PAT }}
2424

2525
- name: Setup Python 3.9
26-
uses: actions/setup-python@v6
26+
uses: actions/setup-python@v7
2727
with:
2828
python-version: '3.9'
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Install Python
2424
- name: Setup Python 3.9
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: '3.9'
2828

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Install Python
2222
- name: Setup Python 3.9
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: '3.9'
2626

0 commit comments

Comments
 (0)