Skip to content

Commit 0955476

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e095ed8 commit 0955476

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/license-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
frontend/package-lock.json
3030
3131
- name: Setup Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: "3.12"
3535
cache: pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
frontend/package-lock.json
2727
2828
- name: Setup Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.12"
3232
cache: pip

.github/workflows/template-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/checkout@v4
111111

112112
- name: Setup Python
113-
uses: actions/setup-python@v5
113+
uses: actions/setup-python@v6
114114
with:
115115
python-version: "3.12"
116116
cache: pip
@@ -150,7 +150,7 @@ jobs:
150150
frontend/package-lock.json
151151
152152
- name: Setup Python
153-
uses: actions/setup-python@v5
153+
uses: actions/setup-python@v6
154154
with:
155155
python-version: "3.12"
156156
cache: pip

0 commit comments

Comments
 (0)