Skip to content

Commit 3a349c6

Browse files
chore(deps): bump actions/setup-python from 5.3.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60cfc8d commit 3a349c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
17+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
1818
with:
1919
python-version: "3.13"
2020
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
@@ -39,7 +39,7 @@ jobs:
3939
cache-dependency-path: "Makefile"
4040

4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
42+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
1919

2020
- name: Set up Python 3.13
21-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
21+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2222
with:
2323
python-version: "3.13"
2424

0 commit comments

Comments
 (0)