Skip to content

Commit 3ad68ad

Browse files
Bump actions/setup-python from 5 to 6 (#3604)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harry <Harry@cadby.co.uk>
1 parent 0434a21 commit 3ad68ad

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
submodules: true
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
id: setup_python
1818
with:
1919
python-version: '3.12'
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
submodules: true
4141
- name: Setup Python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
id: setup_python
4444
with:
4545
python-version: '3.12'

.github/workflows/master-slugs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
ssh-key: ${{secrets.SLUG_DEPLOY_KEY}}
1717
- name: Setup Python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
id: setup_python
2020
with:
2121
python-version: '3.12'

.github/workflows/update-generated-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}
2424
- name: Setup Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
id: setup_python
2727
with:
2828
python-version: '3.12'

.github/workflows/validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
submodules: true
1414
- name: Setup Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
id: setup_python
1717
with:
1818
python-version: '3.12'
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
submodules: true
4343
- name: Setup Python
44-
uses: actions/setup-python@v5
44+
uses: actions/setup-python@v6
4545
id: setup_python
4646
with:
4747
python-version: '3.12'
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
submodules: true
7575
- name: Setup Python
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
id: setup_python
7878
with:
7979
python-version: '3.12'

0 commit comments

Comments
 (0)