From f3a39b878630ee8c42b20b4b4cb4948f34ca5983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:23:00 +0000 Subject: [PATCH] chore(deps): update github-actions non-major dependencies --- .github/workflows/wc-deploy-cloudflare-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index 6b555a3..cf34cf2 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -38,7 +38,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2.1.4 + uses: jdx/mise-action@3cea416127de5a8efd9642eb725267750e5c09b7 # v2.1.5 - name: Install deps run: bun install --frozen-lockfile @@ -56,7 +56,7 @@ jobs: # https://github.com/marketplace/actions/cloudflare-pages-github-action - name: Publish to Cloudflare Pages - uses: cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # v3.11.0 + uses: cloudflare/wrangler-action@e998fe3d9a589b7a05d3ca40c0c74cb7435e2ceb # v3.12.0 id: cloudflare-pages with: apiToken: ${{ secrets.cloudflare-api-token }}