From 1b00a0c38c8218f4d8bc4c9e109b370f99fbba3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 17:19:42 +0200 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action digest to 5c6e9e9 (#7305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index ab3792ba111..49d146ccb44 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -50,7 +50,7 @@ jobs: run: yarn build - name: Deploy GitHub Pages (only on main) - uses: JamesIves/github-pages-deploy-action@ec9c88baef04b842ca6f0a132fd61c762aa6c1b0 # v4 + uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c # v4 if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: branch: gh-pages