We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3029406 commit 71d45d9Copy full SHA for 71d45d9
1 file changed
.github/workflows/docs.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout 🛎️
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
with:
12
persist-credentials: false
13
- name: Install and Build 🔧
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
21
- name: Deploy 🚀
22
- uses: crazy-max/ghaction-github-pages@v3
+ uses: crazy-max/ghaction-github-pages@v4
23
24
target_branch: docs
25
build_dir: docs
0 commit comments