@@ -10,6 +10,7 @@ permissions:
10
10
deployments : write
11
11
contents : write
12
12
checks : read
13
+ statuses : read
13
14
14
15
jobs :
15
16
deploy :
19
20
20
21
steps :
21
22
22
- - uses : github/branch-deploy@v9.8 .1
23
+ - uses : github/branch-deploy@v10.0.0-rc .1
23
24
id : branch-deploy
24
25
with :
25
26
admins : the-hideout/core-contributors
34
35
if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
35
36
36
37
with :
37
- ref : ${{ steps.branch-deploy.outputs.ref }}
38
+ ref : ${{ steps.branch-deploy.outputs.sha }}
38
39
39
- - uses : actions/setup-node@v4.0.4
40
+ - uses : actions/setup-node@v4.1.0
40
41
if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
41
42
with :
42
43
node-version-file : .node-version
58
59
if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
59
60
steps.branch-deploy.outputs.noop != 'true' &&
60
61
steps.branch-deploy.outputs.environment == 'development' }}
61
- uses : cloudflare/wrangler-action@f84a562284fc78278ff9052435d9526f9c718361 # pin@v3.7 .0
62
+ uses : cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@v3.13 .0
62
63
with :
63
64
apiToken : ${{ secrets.CF_API_TOKEN }}
64
65
accountId : ${{ secrets.CF_ACCOUNT_ID }}
84
85
if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
85
86
steps.branch-deploy.outputs.noop != 'true' &&
86
87
steps.branch-deploy.outputs.environment == 'production' }}
87
- uses : cloudflare/wrangler-action@f84a562284fc78278ff9052435d9526f9c718361 # pin@v3.7 .0
88
+ uses : cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@v3.13 .0
88
89
with :
89
90
apiToken : ${{ secrets.CF_API_TOKEN }}
90
91
accountId : ${{ secrets.CF_ACCOUNT_ID }}
0 commit comments