Skip to content

Commit d444912

Browse files
authored
Merge pull request #10 from pone-software/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 507adb3 + 5b43e46 commit d444912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ubuntu-latest, macos-13]
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v6
3232
with:
@@ -43,7 +43,7 @@ jobs:
4343
name: Calculate and upload test coverage
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 2
4949
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)