diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1962a53..c61ca3a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: name: Generate documentation runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -86,7 +86,7 @@ jobs: gh release edit -n "$DESC" fi - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: github.event_name == 'release' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' with: ref: gh-pages