Skip to content

Commit 248012e

Browse files
authored
Merge pull request #30 from mbdevpl/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents b1d91ae + 4e98dea commit 248012e

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
@@ -32,7 +32,7 @@ jobs:
3232
- os: macos-13
3333
python-version: 'pypy3.10'
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0
3838
- uses: actions/setup-python@v5
@@ -60,7 +60,7 @@ jobs:
6060
needs: build
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
with:
6565
fetch-depth: 0
6666
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)