Skip to content

Commit f6677ee

Browse files
authored
Merge pull request #51 from WIAS-PDELib/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents ef50b80 + 01d0521 commit f6677ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
- name: install pre-commit
1919
run: pip install pre-commit
2020
- name: run autoupdate

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
Pkg.add("Runic")'
1919
env:
2020
PYTHON: ""
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)