Skip to content

Commit 6e5c04f

Browse files
authored
Merge pull request #4 from pymc-labs/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents cf59fa7 + 51ed225 commit 6e5c04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@v6
1212
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)