Skip to content

Commit b9e8814

Browse files
Bump actions/setup-python in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2f7c24 commit b9e8814

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Python
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: '3.x'
2727
- name: Install build dependencies and package

.github/workflows/test-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
fetch-depth: 0
8282
- name: Set up Python 3.11
83-
uses: actions/setup-python@v6
83+
uses: actions/setup-python@v7
8484
with:
8585
python-version: '3.11'
8686
- name: Set environment variables for docker build

0 commit comments

Comments
 (0)