Skip to content

Commit fc22dcd

Browse files
committed
Merge branch 'dependabot/github_actions/github-actions-cb55ca77e1' of https://github.com/the-hideout/tarkov-api into item-by-normalizedname
2 parents e50f8c2 + bc1d8fc commit fc22dcd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 3 additions & 3 deletions
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@v9.7.0
21+
- uses: github/branch-deploy@v9.9.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@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 }}
@@ -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@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 }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
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@v9.7.0
20+
uses: github/branch-deploy@v9.9.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@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 }}

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

Lines changed: 1 addition & 1 deletion
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@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

0 commit comments

Comments
 (0)