From 5871a3b5b4c608a8f53d57e764604c4ce255ec3d Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Fri, 5 Jul 2024 23:20:10 +0100 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#320) --- github/actions/release-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/actions/release-docs.yml b/github/actions/release-docs.yml index bd1952f4..029dc2af 100644 --- a/github/actions/release-docs.yml +++ b/github/actions/release-docs.yml @@ -33,7 +33,7 @@ jobs: echo "GIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_STATE - name: Push - uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c + uses: JamesIves/github-pages-deploy-action@94f3c658273cf92fb48ef99e5fbc02bd2dc642b2 with: branch: docs {% raw %}commit-message: "${{ steps.doc_info.outputs.GIT_HASH }} docs (${{ github.event.release.tag_name || github.event.ref }})"{% endraw %}