Skip to content

Commit f2328ae

Browse files
committed
Update actions/checkout action to v5
1 parent 0ad6f6d commit f2328ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/antora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Install Node.js
2727
uses: actions/setup-node@v5

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
runs-on: ubuntu-latest
161161

162162
steps:
163-
- uses: actions/checkout@v4
163+
- uses: actions/checkout@v5
164164

165165
- name: Install Node.js
166166
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)