Skip to content

Commit f3be20d

Browse files
Update actions/checkout action to v6
1 parent 79fd076 commit f3be20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
ELEVENTY_PATH_PREFIX: website
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Install dependencies
1515
run: npm ci
1616
- name: Build site

0 commit comments

Comments
 (0)