Skip to content

Commit b48b370

Browse files
authored
Merge pull request #4 from VectorInstitute/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 75362f3 + 7030c1d commit b48b370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pnpm install --frozen-lockfile
5757

5858
- name: Setup Python for pre-commit
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: '3.12'
6262

0 commit comments

Comments
 (0)