Skip to content

Commit de09232

Browse files
authored
Merge pull request #82 from VectorInstitute/dependabot/github_actions/actions/setup-python-5.6.0
Bump actions/setup-python from 5.4.0 to 5.6.0
2 parents 6ff329b + 6d28564 commit de09232

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
virtualenvs-create: true
3434
virtualenvs-in-project: true
35-
- uses: actions/setup-python@v5.4.0
35+
- uses: actions/setup-python@v5.6.0
3636
with:
3737
python-version: '3.10'
3838
cache: 'poetry'

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4.2.2
2424
- name: Install dependencies, build docs and coverage report
2525
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
26-
- uses: actions/setup-python@v5.4.0
26+
- uses: actions/setup-python@v5.6.0
2727
with:
2828
python-version: '3.10'
2929
cache: 'poetry'

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: 'true'
2929
- name: Install dependencies, build docs and coverage report
3030
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
31-
- uses: actions/setup-python@v5.4.0
31+
- uses: actions/setup-python@v5.6.0
3232
with:
3333
python-version: '3.10'
3434
cache: 'poetry'

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4.2.2
4040
- name: Install poetry
4141
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
42-
- uses: actions/setup-python@v5.4.0
42+
- uses: actions/setup-python@v5.6.0
4343
with:
4444
python-version: '3.10'
4545
- name: Install dependencies and check code

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4.2.2
1616
- name: Install poetry
1717
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
18-
- uses: actions/setup-python@v5.4.0
18+
- uses: actions/setup-python@v5.6.0
1919
with:
2020
python-version: '3.10'
2121
- name: Build package

0 commit comments

Comments
 (0)