Skip to content

Commit c0fc3f5

Browse files
authored
Merge pull request #11 from mbdevpl/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 1418f6d + b005ace commit c0fc3f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
python-version: ['3.11', '3.12', '3.13']
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v6
@@ -29,7 +29,7 @@ jobs:
2929
needs: build
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)