Skip to content

Commit 02465fa

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 6357cef commit 02465fa

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/ResInsightMac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
submodules: true
4040

4141
- name: Set up Python
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@v7
4343
with:
4444
python-version: "3.12"
4545

.github/workflows/ResInsightWithCache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
submodules: true
8080

8181
- name: Set up Python
82-
uses: actions/setup-python@v6
82+
uses: actions/setup-python@v7
8383
with:
8484
python-version: "3.12"
8585
- name: Display Python version

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: sudo apt-get install --option="APT::Acquire::Retries=3" -y gcc-14 g++-14
8585

8686
- name: Set up Python
87-
uses: actions/setup-python@v6
87+
uses: actions/setup-python@v7
8888
with:
8989
python-version: "3.12"
9090

.github/workflows/python-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v7
10-
- uses: actions/setup-python@v6
10+
- uses: actions/setup-python@v7
1111
with:
1212
python-version: '3.12'
1313

.github/workflows/spell-check-pr.yml

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

2222
- name: Set up Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: '3.12'
2626

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v7
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: '3.12'
2222

.github/workflows/test-latest-rips-with-latest-resinsight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
libglu1-mesa-dev
9797
9898
- name: Set up Python
99-
uses: actions/setup-python@v6
99+
uses: actions/setup-python@v7
100100
with:
101101
python-version: "3.12"
102102

0 commit comments

Comments
 (0)