Skip to content

Commit a22a5dc

Browse files
chore(deps): bump actions/setup-python from 6.2.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...5fda3b9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 402e27d commit a22a5dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/check-release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
21+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6
2222
with:
2323
python-version: '3.12'
2424

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ref: ${{ inputs.tag || github.ref_name }}
3737

38-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
38+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6
3939
with:
4040
python-version: '3.12'
4141

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ref: ${{ inputs.tag || github.ref_name }}
3131

32-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
32+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6
3333
with:
3434
python-version: '3.12'
3535

0 commit comments

Comments
 (0)