Skip to content

Commit 61cd7d0

Browse files
dependabot[bot]Ilyesbdlala
authored andcommitted
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] <support@github.com>
1 parent 29b1d4c commit 61cd7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
uses: actions/checkout@v3
257257

258258
- name: Setup Python Version
259-
uses: actions/setup-python@v4
259+
uses: actions/setup-python@v5
260260
with:
261261
python-version: "${{ env.PYTHON_VERSION }}"
262262

0 commit comments

Comments
 (0)