Skip to content

Commit 35dd149

Browse files
chore(deps): bump actions/setup-python from 4 to 6 in /.github/workflows
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b8d6ac commit 35dd149

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/library_interop_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
java-version: 17
7676

7777
- name: Setup Python for running tests
78-
uses: actions/setup-python@v4
78+
uses: actions/setup-python@v6
7979
with:
8080
python-version: 3.11
8181
architecture: x64
@@ -273,7 +273,7 @@ jobs:
273273
java-version: 17
274274

275275
- name: Setup Python for running tests
276-
uses: actions/setup-python@v4
276+
uses: actions/setup-python@v6
277277
with:
278278
python-version: 3.11
279279
architecture: x64

.github/workflows/library_python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
dafny-version: ${{ inputs.dafny }}
7070

7171
- name: Setup Python ${{ matrix.python-version }} for running tests
72-
uses: actions/setup-python@v4
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
architecture: x64

0 commit comments

Comments
 (0)