Skip to content

Commit acdc822

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [github/branch-deploy](https://github.com/github/branch-deploy) and [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action). Updates `github/branch-deploy` from 8.1.2 to 8.2.1 - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](github/branch-deploy@v8.1.2...v8.2.1) Updates `cloudflare/wrangler-action` from 2.0.0 to 3.4.1 - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](cloudflare/wrangler-action@4c10c18...7c01cc4) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80e16b9 commit acdc822

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/branch-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: github/branch-deploy@v8.1.2
21+
- uses: github/branch-deploy@v8.2.1
2222
id: branch-deploy
2323
with:
2424
admins: the-hideout/core-contributors
@@ -48,7 +48,7 @@ jobs:
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@4c10c1822abba527d820b29e6333e7f5dac2cabd # pin@2.0.0
51+
uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1
5252
with:
5353
wranglerVersion: '2.17.0'
5454
apiToken: ${{ secrets.CF_API_TOKEN }}
@@ -75,7 +75,7 @@ jobs:
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@4c10c1822abba527d820b29e6333e7f5dac2cabd # pin@2.0.0
78+
uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1
7979
with:
8080
wranglerVersion: '2.17.0'
8181
apiToken: ${{ secrets.CF_API_TOKEN }}

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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@v8.1.2
20+
uses: github/branch-deploy@v8.2.1
2121
id: deployment-check
2222
with:
2323
merge_deploy_mode: "true"
@@ -43,7 +43,7 @@ jobs:
4343
run: npm ci
4444

4545
- name: Publish - Production
46-
uses: cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # pin@2.0.0
46+
uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1
4747
with:
4848
wranglerVersion: '2.17.0'
4949
apiToken: ${{ secrets.CF_API_TOKEN }}

.github/workflows/unlock-on-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: unlock on merge
19-
uses: github/branch-deploy@v8.1.2
19+
uses: github/branch-deploy@v8.2.1
2020
id: unlock-on-merge
2121
with:
2222
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow

0 commit comments

Comments
 (0)