Skip to content

Commit 38a4fa7

Browse files
authored
Merge pull request #80 from VectorInstitute/dependabot/github_actions/actions/setup-python-5.5.0
Bump actions/setup-python from 5.4.0 to 5.5.0
2 parents 027e3e6 + 047f367 commit 38a4fa7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
version: "0.5.21"
3737
enable-cache: true
3838
- name: "Set up Python"
39-
uses: actions/setup-python@v5.4.0
39+
uses: actions/setup-python@v5.5.0
4040
with:
4141
python-version-file: ".python-version"
4242
- name: Install the project

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
enable-cache: true
3434

3535
- name: "Set up Python"
36-
uses: actions/setup-python@8039c45ed9a312fba91f3399cd0605ba2ebfe93c
36+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
3737
with:
3838
python-version-file: ".python-version"
3939

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
enable-cache: true
3939

4040
- name: "Set up Python"
41-
uses: actions/setup-python@8039c45ed9a312fba91f3399cd0605ba2ebfe93c
41+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
4242
with:
4343
python-version-file: ".python-version"
4444

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: "0.6.6"
2222
enable-cache: true
2323

24-
- uses: actions/setup-python@v5.4.0
24+
- uses: actions/setup-python@v5.5.0
2525
with:
2626
python-version: '3.10'
2727

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
enable-cache: true
5454

5555
- name: "Set up Python ${{ matrix.python-version }}"
56-
uses: actions/setup-python@v5.4.0
56+
uses: actions/setup-python@v5.5.0
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959

0 commit comments

Comments
 (0)