diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a2c1f040..8ea4cc6c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -50,7 +50,7 @@ jobs: dbt docs generate - name: Deploy if: github.event_name == 'push' - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 with: github_token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} publish_dir: ./target