Skip to content

Commit 4835a67

Browse files
authored
Merge pull request #83 from pinellolab/dependabot/github_actions/dev/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 656ce85 + 8fcca36 commit 4835a67

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci-codecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

.github/workflows/ci-conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
buildstr: ${{ steps.publish-pretest.outputs.buildstr }}
3030
steps:
3131
- name: Set up Python 3.8
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: 3.8
3535
- uses: actions/checkout@v5
@@ -57,7 +57,7 @@ jobs:
5757
python-version: ["3.9","3.10"]
5858
steps:
5959
- name: Set up Python 3.8
60-
uses: actions/setup-python@v5
60+
uses: actions/setup-python@v6
6161
with:
6262
python-version: 3.8
6363
- name: Add conda to system path
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Set up Python 3.8
98-
uses: actions/setup-python@v5
98+
uses: actions/setup-python@v6
9999
with:
100100
python-version: 3.8
101101
- uses: actions/checkout@v5

.github/workflows/ci-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
ref: ${{ steps.version.outputs.version }}
4646
- name: Set up Python 3.8
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: 3.8
5050
- name: Obtain install script
@@ -85,7 +85,7 @@ jobs:
8585
needs: install-script-bash
8686
steps:
8787
- name: Set up Python 3.8
88-
uses: actions/setup-python@v5
88+
uses: actions/setup-python@v6
8989
with:
9090
python-version: 3.8
9191
- name: Add conda to system path
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
ref: ${{ steps.version.outputs.version }}
123123
- name: Set up Python 3.8
124-
uses: actions/setup-python@v5
124+
uses: actions/setup-python@v6
125125
with:
126126
python-version: 3.8
127127
- name: Obtain install script
@@ -167,7 +167,7 @@ jobs:
167167
needs: install-script-conda
168168
steps:
169169
- name: Set up Python 3.8
170-
uses: actions/setup-python@v5
170+
uses: actions/setup-python@v6
171171
with:
172172
python-version: 3.8
173173
- name: Add conda to system path

0 commit comments

Comments
 (0)