Skip to content

Commit 078545f

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/setup-python from 6.3.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...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 b98143d commit 078545f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Checkout the branch made in the fork.
3636
ref: ${{ github.head_ref }}
3737

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

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: publish
4343
fetch-depth: 1
4444

45-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
45+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
4646
with:
4747
python-version: '3.12'
4848

0 commit comments

Comments
 (0)