Skip to content

Commit 36d3d5f

Browse files
authored
Merge pull request #7 from VectorInstitute/dependabot/github_actions/actions/setup-python-5.6.0
Bump actions/setup-python from 5.5.0 to 5.6.0
2 parents 1206f3f + af9f18b commit 36d3d5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
50+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
5151
with:
5252
python-version-file: ".python-version"
5353

0 commit comments

Comments
 (0)