Skip to content

Commit eea4a63

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 8bff673 commit eea4a63

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-cogent3-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: "actions/setup-python@v5"
19+
- uses: "actions/setup-python@v6"
2020
with:
2121
python-version: "3.12"
2222

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.12'
2222
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- uses: "actions/setup-python@v5"
17+
- uses: "actions/setup-python@v6"
1818
with:
1919
python-version: "${{ matrix.python-version }}"
2020

@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444

45-
- uses: actions/setup-python@v5
45+
- uses: actions/setup-python@v6
4646
with:
4747
python-version: '3.12'
4848

.github/workflows/testing_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: "actions/setup-python@v5"
26+
- uses: "actions/setup-python@v6"
2727
with:
2828
python-version: "${{ matrix.python-version }}"
2929

0 commit comments

Comments
 (0)