Skip to content

Commit 7bcccae

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/library_codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
7272

7373
- name: Setup Python, black, and docformatter for code formatting
74-
uses: actions/setup-python@v4
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777
architecture: x64

.github/workflows/library_interop_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
java-version: 17
5959

6060
- name: Setup Python for running tests
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: 3.11
6464
architecture: x64
@@ -187,7 +187,7 @@ jobs:
187187
java-version: 17
188188

189189
- name: Setup Python for running tests
190-
uses: actions/setup-python@v4
190+
uses: actions/setup-python@v5
191191
with:
192192
python-version: 3.11
193193
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@v5
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
architecture: x64

0 commit comments

Comments
 (0)