File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : github/branch-deploy@v8.1.2
21
+ - uses : github/branch-deploy@v8.2.1
22
22
id : branch-deploy
23
23
with :
24
24
admins : the-hideout/core-contributors
48
48
if : ${{ steps.branch-deploy.outputs.environment == 'development' &&
49
49
steps.branch-deploy.outputs.noop != 'true' &&
50
50
steps.branch-deploy.outputs.continue == 'true' }}
51
- uses : cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # pin@2.0.0
51
+ uses : cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1
52
52
with :
53
53
wranglerVersion : ' 2.17.0'
54
54
apiToken : ${{ secrets.CF_API_TOKEN }}
75
75
if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
76
76
steps.branch-deploy.outputs.noop != 'true' &&
77
77
steps.branch-deploy.outputs.environment == 'production' }}
78
- uses : cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # pin@2.0.0
78
+ uses : cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1
79
79
with :
80
80
wranglerVersion : ' 2.17.0'
81
81
apiToken : ${{ secrets.CF_API_TOKEN }}
Original file line number Diff line number Diff line change 17
17
steps :
18
18
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
19
19
- name : deployment check
20
- uses : github/branch-deploy@v8.1.2
20
+ uses : github/branch-deploy@v8.2.1
21
21
id : deployment-check
22
22
with :
23
23
merge_deploy_mode : " true"
43
43
run : npm ci
44
44
45
45
- name : Publish - Production
46
- uses : cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # pin@2.0.0
46
+ uses : cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1
47
47
with :
48
48
wranglerVersion : ' 2.17.0'
49
49
apiToken : ${{ secrets.CF_API_TOKEN }}
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : unlock on merge
19
- uses : github/branch-deploy@v8.1.2
19
+ uses : github/branch-deploy@v8.2.1
20
20
id : unlock-on-merge
21
21
with :
22
22
unlock_on_merge_mode : " true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
You can’t perform that action at this time.
0 commit comments