We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eeacc commit 565c6cbCopy full SHA for 565c6cb
1 file changed
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
echo "wrangler_version=$WRANGLER_VERSION" >> "$GITHUB_OUTPUT"
64
65
- name: Publish to Cloudflare Pages
66
- uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1
+ uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3.15.0
67
if: ${{ github.actor != 'dependabot[bot]' }}
68
with:
69
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments