Skip to content

Commit c92f9e4

Browse files
committed
Merge branch 'main' of https://github.com/the-hideout/tarkov-api into loose-loot
2 parents aa40c0a + 95d8f74 commit c92f9e4

File tree

5 files changed

+314
-495
lines changed

5 files changed

+314
-495
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ steps.branch-deploy.outputs.environment == 'development' &&
5050
steps.branch-deploy.outputs.noop != 'true' &&
5151
steps.branch-deploy.outputs.continue == 'true' }}
52-
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # [email protected].0
52+
uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca # [email protected].1
5353
with:
5454
wranglerVersion: '2.17.0'
5555
apiToken: ${{ secrets.CF_API_TOKEN }}
@@ -76,7 +76,7 @@ jobs:
7676
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
7777
steps.branch-deploy.outputs.noop != 'true' &&
7878
steps.branch-deploy.outputs.environment == 'production' }}
79-
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # [email protected].0
79+
uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca # [email protected].1
8080
with:
8181
wranglerVersion: '2.17.0'
8282
apiToken: ${{ secrets.CF_API_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: npm ci
4747

4848
- name: Publish - Production
49-
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # [email protected].0
49+
uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca # [email protected].1
5050
with:
5151
wranglerVersion: '2.17.0'
5252
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)