Skip to content

Commit 427bb12

Browse files
authored
Merge pull request #20 from VectorInstitute/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents c907e05 + 641ad6d commit 427bb12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
42+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4343
with:
4444
python-version-file: ".python-version"
4545

.github/workflows/deploy-catalog.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@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: '3.12'
4545

0 commit comments

Comments
 (0)