From 7ccfa7aae1a377200070be5360265423fcfd2fce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:38:48 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9 --- .github/workflows/manual-stable.yml | 4 ++-- .github/workflows/manual.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual-stable.yml b/.github/workflows/manual-stable.yml index 1346c1c..81427da 100644 --- a/.github/workflows/manual-stable.yml +++ b/.github/workflows/manual-stable.yml @@ -38,7 +38,7 @@ jobs: run: nix build .#manual -L - name: Deploy manual - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result @@ -52,7 +52,7 @@ jobs: if: ${{ env.api_version == env.latest_stable_api }} - name: Deploy redirect farm - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result-redirectFarm diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 69aff34..9b8a93d 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -32,7 +32,7 @@ jobs: run: nix build .#manual -L - name: Deploy manual - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result @@ -47,7 +47,7 @@ jobs: run: nix build .#manual.redirectFarm -L - name: Deploy redirect farm - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result-redirectFarm