Skip to content

Commit 9670d29

Browse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f52eb8 commit 9670d29

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
version: "0.5.21"
3737
enable-cache: true
3838
- name: "Set up Python"
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@v7
4040
with:
4141
python-version-file: ".python-version"
4242
- name: Install the project

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
enable-cache: true
6363

6464
- name: Set up Python
65-
uses: actions/setup-python@v6
65+
uses: actions/setup-python@v7
6666
with:
6767
python-version-file: ".python-version"
6868

@@ -99,7 +99,7 @@ jobs:
9999
enable-cache: true
100100

101101
- name: Set up Python
102-
uses: actions/setup-python@v6
102+
uses: actions/setup-python@v7
103103
with:
104104
python-version-file: ".python-version"
105105

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: "0.6.6"
2222
enable-cache: true
2323

24-
- uses: actions/setup-python@v6
24+
- uses: actions/setup-python@v7
2525
with:
2626
python-version: '3.10'
2727

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
enable-cache: true
5454

5555
- name: "Set up Python ${{ matrix.python-version }}"
56-
uses: actions/setup-python@v6
56+
uses: actions/setup-python@v7
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959

0 commit comments

Comments
 (0)