Skip to content

Commit 4c11bd5

Browse files
Bump actions/checkout from 4 to 5 (#58)
1 parent bf126af commit 4c11bd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Setup Node
2424
uses: actions/setup-node@v4
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout repo
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363

6464
# Fetch the built HTML from the build job
6565
- name: Download HTML artifact

.github/workflows/check.yml

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

1818
steps:
1919
- name: Checkout repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Setup Python
2323
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)