Skip to content

Commit 8f07fe9

Browse files
authored
Merge pull request #9 from brisvag/dependabot/github_actions/actions/checkout-6
ci(dependabot): bump actions/checkout from 5 to 6
2 parents 2f23a5d + 8b1a483 commit 8f07fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
check-manifest:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- run: pipx run check-manifest
2323

2424
test:
@@ -31,7 +31,7 @@ jobs:
3131
platform: [ubuntu-latest, macos-latest, windows-latest]
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: actions/setup-python@v6
@@ -75,7 +75,7 @@ jobs:
7575
contents: write
7676

7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
with:
8080
fetch-depth: 0
8181

0 commit comments

Comments
 (0)