Skip to content

Commit 4d190b2

Browse files
Bump actions/setup-python from 6 to 7 (#541)
1 parent 8e11395 commit 4d190b2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v7
19-
- uses: actions/setup-python@v6
19+
- uses: actions/setup-python@v7
2020
with:
2121
python-version: 3.10.4
2222
- uses: pre-commit/action@v3.0.1

.github/workflows/sphinx_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
steps:
2020
- uses: actions/checkout@v7
21-
- uses: actions/setup-python@v6
21+
- uses: actions/setup-python@v7
2222
with:
2323
cache: 'pip'
2424
- name: Install dependencies

.github/workflows/test_python_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v7
15-
- uses: actions/setup-python@v6
15+
- uses: actions/setup-python@v7
1616
with:
1717
python-version: "3.12"
1818
- name: Install dependencies

0 commit comments

Comments
 (0)