Skip to content

Commit 6faa351

Browse files
committed
chore: upgrade workflows
1 parent e06b3ca commit 6faa351

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'doocs/jvm'
1212
steps:
1313
- name: Checkout Branch
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Compress Images
1717
id: calibre

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

@@ -26,7 +26,7 @@ jobs:
2626
run: yarn docs:build
2727

2828
- name: Deploy to GitHub Pages
29-
uses: crazy-max/ghaction-github-pages@v2
29+
uses: crazy-max/ghaction-github-pages@v4
3030
with:
3131
target_branch: gh-pages
3232
build_dir: docs/.vuepress/dist

0 commit comments

Comments
 (0)