Skip to content

Commit 11a7cf3

Browse files
dependabot[bot]3coins
authored andcommitted
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 87e75d2 commit 11a7cf3

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
@@ -97,7 +97,7 @@ jobs:
9797
- name: Checkout
9898
uses: actions/checkout@v2
9999
- name: Install Python
100-
uses: actions/setup-python@v2
100+
uses: actions/setup-python@v5
101101
with:
102102
python-version: '3.9'
103103
architecture: 'x64'

0 commit comments

Comments
 (0)