Skip to content

Commit cd29687

Browse files
renovate[bot]mskopp
authored andcommitted
Update actions/checkout action to v5
1 parent a8dade3 commit cd29687

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages-generate-from-docs-dir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545

4646
- name: Generate Pages content
4747
run: |
@@ -56,7 +56,7 @@ jobs:
5656
## schemas (content = src/main/resources/schemas/*)
5757
5858
- name: Checkout blueprints
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
with:
6161
repository: riege/github-pages-build
6262
sparse-checkout: pages-layout

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
checks: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Setup Java and Dependency Caching
2121
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)