Skip to content

Commit 6217d13

Browse files
authored
Merge pull request #39 from mbdevpl/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 4a1349f + 2c1a596 commit 6217d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-python@v5
@@ -34,7 +34,7 @@ jobs:
3434
needs: build
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)