Skip to content

Commit 58899a4

Browse files
authored
Merge pull request #79 from HuttleyLab/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 83ebb0f + eea4a63 commit 58899a4

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@v6
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)