Skip to content

Commit 3e33845

Browse files
authored
Merge pull request #366 from the-hideout/dependabot/github_actions/github-actions-ab5c263d4c
Bump cloudflare/wrangler-action from 3.14.0 to 3.14.1 in the github-actions group
2 parents 6a51944 + acfa4af commit 3e33845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ steps.branch-deploy.outputs.environment == 'development' &&
5050
steps.branch-deploy.outputs.noop != 'true' &&
5151
steps.branch-deploy.outputs.continue == 'true' }}
52-
uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37 # [email protected].0
52+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # [email protected].1
5353
with:
5454
wranglerVersion: '2.17.0'
5555
apiToken: ${{ secrets.CF_API_TOKEN }}
@@ -76,7 +76,7 @@ jobs:
7676
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
7777
steps.branch-deploy.outputs.noop != 'true' &&
7878
steps.branch-deploy.outputs.environment == 'production' }}
79-
uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37 # [email protected].0
79+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # [email protected].1
8080
with:
8181
wranglerVersion: '2.17.0'
8282
apiToken: ${{ secrets.CF_API_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: npm ci
4747

4848
- name: Publish - Production
49-
uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37 # [email protected].0
49+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # [email protected].1
5050
with:
5151
wranglerVersion: '2.17.0'
5252
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)