Skip to content

Commit 75f8e79

Browse files
authored
Merge pull request #38 from mbdevpl/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents f465499 + 66ae10d commit 75f8e79

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
@@ -17,7 +17,7 @@ jobs:
1717
- os: macos-latest
1818
python-version: '3.10'
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
fetch-depth: 0
2323
- uses: actions/setup-python@v6
@@ -45,7 +45,7 @@ jobs:
4545
needs: build
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v6
48+
- uses: actions/checkout@v7
4949
with:
5050
fetch-depth: 0
5151
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)