Skip to content

Commit 9dda835

Browse files
chore(deps): bump actions/setup-python in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ee65e9 commit 9dda835

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/spring-boot-2-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: 'recursive'
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
38+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3939
with:
4040
python-version: '3.10.5'
4141

.github/workflows/spring-boot-3-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: 'recursive'
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
38+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3939
with:
4040
python-version: '3.10.5'
4141

.github/workflows/spring-boot-4-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: 'recursive'
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
38+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3939
with:
4040
python-version: '3.10.5'
4141

.github/workflows/system-tests-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
submodules: 'recursive'
104104

105-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
105+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
106106
with:
107107
python-version: '3.10.5'
108108

0 commit comments

Comments
 (0)