File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : github/branch-deploy@v9.7.0
21+ - uses : github/branch-deploy@v9.9.1
2222 id : branch-deploy
2323 with :
2424 admins : the-hideout/core-contributors
4848 if : ${{ steps.branch-deploy.outputs.environment == 'development' &&
4949 steps.branch-deploy.outputs.noop != 'true' &&
5050 steps.branch-deploy.outputs.continue == 'true' }}
51- uses : cloudflare/wrangler-action@f84a562284fc78278ff9052435d9526f9c718361 # pin@3.7 .0
51+ uses : cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@3.11 .0
5252 with :
5353 wranglerVersion : ' 2.17.0'
5454 apiToken : ${{ secrets.CF_API_TOKEN }}
7575 if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
7676 steps.branch-deploy.outputs.noop != 'true' &&
7777 steps.branch-deploy.outputs.environment == 'production' }}
78- uses : cloudflare/wrangler-action@f84a562284fc78278ff9052435d9526f9c718361 # pin@3.7 .0
78+ uses : cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@3.11 .0
7979 with :
8080 wranglerVersion : ' 2.17.0'
8181 apiToken : ${{ secrets.CF_API_TOKEN }}
Original file line number Diff line number Diff line change 1717 steps :
1818 # https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
1919 - name : deployment check
20- uses : github/branch-deploy@v9.7.0
20+ uses : github/branch-deploy@v9.9.1
2121 id : deployment-check
2222 with :
2323 merge_deploy_mode : " true"
4343 run : npm ci
4444
4545 - name : Publish - Production
46- uses : cloudflare/wrangler-action@f84a562284fc78278ff9052435d9526f9c718361 # pin@3.7 .0
46+ uses : cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@3.11 .0
4747 with :
4848 wranglerVersion : ' 2.17.0'
4949 apiToken : ${{ secrets.CF_API_TOKEN }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : unlock on merge
19- uses : github/branch-deploy@v9.7.0
19+ uses : github/branch-deploy@v9.9.1
2020 id : unlock-on-merge
2121 with :
2222 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