Skip to content

Commit 71d45d9

Browse files
committed
actions: update docs workflow
1 parent 3029406 commit 71d45d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout 🛎️
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
persist-credentials: false
1313
- name: Install and Build 🔧
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
2121
- name: Deploy 🚀
22-
uses: crazy-max/ghaction-github-pages@v3
22+
uses: crazy-max/ghaction-github-pages@v4
2323
with:
2424
target_branch: docs
2525
build_dir: docs

0 commit comments

Comments
 (0)