We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06b3ca commit 6faa351Copy full SHA for 6faa351
.github/workflows/compress.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.repository == 'doocs/jvm'
12
steps:
13
- name: Checkout Branch
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
- name: Compress Images
17
id: calibre
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -26,7 +26,7 @@ jobs:
26
run: yarn docs:build
27
28
- name: Deploy to GitHub Pages
29
- uses: crazy-max/ghaction-github-pages@v2
+ uses: crazy-max/ghaction-github-pages@v4
30
31
target_branch: gh-pages
32
build_dir: docs/.vuepress/dist
0 commit comments