Skip to content

Commit 13daa93

Browse files
Uplift wrangler-action to v3.14.1
1 parent b409028 commit 13daa93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-cloudflare.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Check out repository
5252
uses: actions/checkout@v4.2.2
5353
- name: Create tables in local database beh-uk-forms
54-
uses: cloudflare/wrangler-action@v3
54+
uses: cloudflare/wrangler-action@v3.14.1
5555
with:
5656
command: d1 execute beh-uk-forms --local --file=./sql/beh-uk-forms-schema.sql
5757

@@ -71,7 +71,7 @@ jobs:
7171
name: jekyll-website
7272
path: _site
7373
- name: Deploy to Cloudflare Pages
74-
uses: cloudflare/wrangler-action@v3
74+
uses: cloudflare/wrangler-action@v3.14.1
7575
with:
7676
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7777
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
@@ -84,7 +84,7 @@ jobs:
8484
- name: Check out repository
8585
uses: actions/checkout@v4.2.2
8686
- name: Deploy tables to remote database beh-uk-forms
87-
uses: cloudflare/wrangler-action@v3
87+
uses: cloudflare/wrangler-action@v3.14.1
8888
with:
8989
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
9090
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)