Skip to content

Commit da59cbc

Browse files
chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 (#260)
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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb7f0d4 commit da59cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3
1414

15-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v4
15+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v4
1616
with:
1717
python-version: 3.12
1818

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
version: v3.10.0
1919

20-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v4
20+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v4
2121
with:
2222
python-version: 3.12
2323

0 commit comments

Comments
 (0)