Skip to content

Commit 54a621f

Browse files
Bump actions/checkout from 3 to 4 (#19)
1 parent 092234a commit 54a621f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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@v3
21+
uses: actions/checkout@v4
2222

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

5757
steps:
5858
- name: Checkout repo
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060

6161
# Fetch the built HTML from the build job
6262
- name: Download HTML artifact

0 commit comments

Comments
 (0)