Skip to content

Commit d2dad00

Browse files
authored
Merge pull request #51 from AnExiledDev/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents d1fa314 + 8e90329 commit d2dad00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v6
36-
- uses: actions/setup-python@v5
36+
- uses: actions/setup-python@v6
3737
with:
3838
python-version: "3.x"
3939
- run: pip install pytest

0 commit comments

Comments
 (0)