Skip to content

Commit 87acccd

Browse files
Bump actions/checkout from 5 to 6 (#70)
1 parent 06c9773 commit 87acccd

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@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Setup Node
2424
uses: actions/setup-node@v6
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Checkout repo
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070

7171
# Fetch the built HTML from the build job
7272
- 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@v5
20+
uses: actions/checkout@v6
2121

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

0 commit comments

Comments
 (0)