Skip to content

Commit 849af56

Browse files
dependabot[bot]sigmavirus24
authored andcommitted
Bump actions/setup-python from 4.2.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7806ce0 commit 849af56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3535

3636
- name: Setup Python
37-
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0
37+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3838
with:
3939
python-version: ${{ matrix.PYTHON.VERSION }}
4040

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
egress-policy: audit
2828

2929
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
30-
- uses: actions/setup-python@3605726ffa6ef7750b99ff496e5b88248b414e26 # v4.9.0
30+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3131
with:
3232
python-version: "3.11"
3333

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3"
2828

2929
- name: "Setup Python"
30-
uses: "actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b"
30+
uses: "actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55"
3131
with:
3232
python-version: "3.x"
3333

0 commit comments

Comments
 (0)