From 97cfb7a358d1e9efedbb266dac135589f864a27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:06:18 +0000 Subject: [PATCH] chore(deps): bump andykenward/github-actions-cloudflare-pages Bumps [andykenward/github-actions-cloudflare-pages](https://github.com/andykenward/github-actions-cloudflare-pages) from 3.3.0 to 3.3.2. - [Release notes](https://github.com/andykenward/github-actions-cloudflare-pages/releases) - [Changelog](https://github.com/andykenward/github-actions-cloudflare-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/andykenward/github-actions-cloudflare-pages/compare/e65e633cf2fa51d34ecd423be3a4eab0bca53ddf...1465d3fcd395b60fc734b2d397699a3ff3f4b834) --- updated-dependencies: - dependency-name: andykenward/github-actions-cloudflare-pages dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/delete.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/delete.yml b/.github/workflows/delete.yml index 818ea9a..91888da 100644 --- a/.github/workflows/delete.yml +++ b/.github/workflows/delete.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 5 steps: - name: "Deploy deletion from Cloudflare Pages" - uses: andykenward/github-actions-cloudflare-pages/delete@e65e633cf2fa51d34ecd423be3a4eab0bca53ddf #v3.3.0 + uses: andykenward/github-actions-cloudflare-pages/delete@1465d3fcd395b60fc734b2d397699a3ff3f4b834 #v3.3.2 with: cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f834021..adcdb5f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: working-directory: ./www - name: "Deploy to Cloudflare Pages" id: deploy_cloudflare - uses: andykenward/github-actions-cloudflare-pages@e65e633cf2fa51d34ecd423be3a4eab0bca53ddf #v3.3.0 + uses: andykenward/github-actions-cloudflare-pages@1465d3fcd395b60fc734b2d397699a3ff3f4b834 #v3.3.2 with: cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }} cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }} @@ -55,7 +55,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} github-environment: ${{ (github.ref == 'refs/heads/main' && 'production') || 'preview' }} - name: "Deploy deletion from Cloudflare Pages" - uses: andykenward/github-actions-cloudflare-pages/delete@e65e633cf2fa51d34ecd423be3a4eab0bca53ddf #v3.3.0 + uses: andykenward/github-actions-cloudflare-pages/delete@1465d3fcd395b60fc734b2d397699a3ff3f4b834 #v3.3.2 if: github.ref == 'refs/heads/main' with: cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}