Skip to content

Commit aebd799

Browse files
authored
Merge pull request iterate-ch#609 from iterate-ch/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents cf57c6a + 77fe02d commit aebd799

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: iterate-ch/[email protected]
2020
with:
2121
docs-folder: "."
@@ -32,7 +32,7 @@ jobs:
3232
needs: build
3333
if: github.ref == 'refs/heads/main'
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- name: Cache artifacts
3737
uses: actions/cache@v4
3838
with:

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: Codespell
2222
uses: codespell-project/actions-codespell@v2

0 commit comments

Comments
 (0)