diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2843f8..ebf879a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: - run: npm run build - name: Deploy to Cloudflare Pages - uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3 + uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4.0.0 with: apiToken: ${{ secrets.GIST_CF_API_TOKEN }} accountId: ${{ secrets.GIST_CF_ACCOUNT_ID }} @@ -68,7 +68,7 @@ jobs: - run: npm ci - name: Deploy Worker - uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3 + uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4.0.0 with: apiToken: ${{ secrets.GIST_CF_API_TOKEN }} accountId: ${{ secrets.GIST_CF_ACCOUNT_ID }}