Skip to content

Commit c8908a2

Browse files
authored
Merge pull request #127 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 8231cbb + c2da2d1 commit c8908a2

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.5.0
35+
- uses: actions/setup-python@v5.6.0
3636
with:
3737
python-version: '3.10'
3838
cache: 'poetry'

0 commit comments

Comments
 (0)