Skip to content

Commit 80a9cb4

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/setup-python from 5.4.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 280ec1e commit 80a9cb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3535

36-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
36+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939

@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6363

64-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
64+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
6565
with:
6666
python-version: '3.12'
6767

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
23+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2424
with:
2525
python-version: 3.12
2626

0 commit comments

Comments
 (0)