Skip to content

Commit 39c9615

Browse files
Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be78e14 commit 39c9615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Checkout
9393
uses: actions/checkout@v2
9494
- name: Install Python
95-
uses: actions/setup-python@v2
95+
uses: actions/setup-python@v5
9696
with:
9797
python-version: '3.9'
9898
architecture: 'x64'

0 commit comments

Comments
 (0)