Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 73ad00d

Browse files
dependabot[bot]gilesknap
authored andcommitted
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- 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 498830b commit 73ad00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v2
1919

20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v4
2121
with:
2222
python-version: "3.10"
2323

@@ -150,7 +150,7 @@ jobs:
150150
- name: Checkout
151151
uses: actions/checkout@v2
152152

153-
- uses: actions/setup-python@v2
153+
- uses: actions/setup-python@v4
154154
with:
155155
python-version: "3.10"
156156

0 commit comments

Comments
 (0)