Skip to content

Commit 9bb70f7

Browse files
authored
Merge pull request #137 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 c8908a2 + 952739d commit 9bb70f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
virtualenvs-create: true
3434
virtualenvs-in-project: true
35-
- uses: actions/setup-python@v5.6.0
35+
- uses: actions/setup-python@v6.0.0
3636
with:
3737
python-version: '3.10'
3838
cache: 'poetry'

0 commit comments

Comments
 (0)