Skip to content

Commit 8f99282

Browse files
build(deps): 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6a6b54 commit 8f99282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: ./.github/actions/free-disk-space
7373

7474
- name: Setup Python 3.11
75-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
75+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
7676
with:
7777
python-version: 3.11
7878
cache: pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
brew install expect coreutils bash
8080
8181
- name: Setup Python ${{ matrix.python }}
82-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
82+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8383
with:
8484
python-version: ${{ matrix.python }}
8585
cache: pip

0 commit comments

Comments
 (0)