Skip to content

Commit 1d55095

Browse files
authored
use latest actions (#8)
1 parent 05cd354 commit 1d55095

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
@@ -36,15 +36,15 @@ jobs:
3636

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6.0.2
4040
with:
4141
submodules: recursive
4242

4343
- name: Build
4444
run: hugo --minify
4545

4646
- name: Upload to GitHub
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v7.0.0
4848
with:
4949
name: join-www
5050
path: public/

0 commit comments

Comments
 (0)