From c276b93669edcfdfd807708a0fb8c0a31f7f67d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:30:55 +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.1. - [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...def80dd70ba3eb3d243520092bd303aa6454ec40) --- updated-dependencies: - dependency-name: andykenward/github-actions-cloudflare-pages dependency-version: 3.3.1 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..e1abc49 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@def80dd70ba3eb3d243520092bd303aa6454ec40 #v3.3.1 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 9eaa549..24fb073 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@def80dd70ba3eb3d243520092bd303aa6454ec40 #v3.3.1 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@def80dd70ba3eb3d243520092bd303aa6454ec40 #v3.3.1 if: github.ref == 'refs/heads/main' with: cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}