Skip to content

Commit d7fe4d0

Browse files
Bump actions/setup-python from 4.8.0 to 5.0.0 (#3561)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@b64ffca...0a5c615) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0374d1c commit d7fe4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
20+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
2121
with:
2222
python-version: 3.11.2
2323

@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5959

60-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
60+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

0 commit comments

Comments
 (0)