Skip to content

Commit a33746a

Browse files
authored
Merge pull request #126 from RolnickLab/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 4 to 6
2 parents 7035740 + acf78aa commit a33746a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v6
1212
with:
1313
python-version: 3.x
1414
# - uses: pre-commit/action@v2.0.0

0 commit comments

Comments
 (0)