Skip to content

Commit 2f190a6

Browse files
authored
Merge pull request #20 from VectorInstitute/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents 5380070 + 03cbc56 commit 2f190a6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code_checks.yml

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

4141
- name: "Set up Python"
42-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
42+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
4343
with:
4444
python-version-file: ".python-version"
4545

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
enable-cache: true
2727

2828
- name: "Set up Python"
29-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
29+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
3030
with:
3131
python-version-file: ".python-version"
3232

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
enable-cache: true
4848

4949
- name: "Set up Python"
50-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
50+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
5151
with:
5252
python-version-file: ".python-version"
5353

0 commit comments

Comments
 (0)