Skip to content

Commit be077ea

Browse files
authored
Merge pull request #10 from asdf-format/dependabot/github_actions/main/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 69196cc + 5b26215 commit be077ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v5
34-
- uses: actions/setup-python@v5
34+
- uses: actions/setup-python@v6
3535
- uses: pre-commit/[email protected]
3636
core:
3737
needs: [pre-commit]

0 commit comments

Comments
 (0)