Skip to content

Commit 5ec3427

Browse files
committed
update actions versions
1 parent 1bc7ca4 commit 5ec3427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
timeout-minutes: 60
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Build & Deploy Worker
12-
uses: cloudflare/wrangler-action@2.0.0
12+
uses: cloudflare/wrangler-action@v3
1313
with:
1414
apiToken: ${{ secrets.CF_API_TOKEN }}
1515
accountId: ${{ secrets.CF_ACCOUNT_ID }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
branch=${GITHUB_REF##*/}
2525
echo "IMAGE_ID=${branch}-${GITHUB_SHA::8}-${ts}" >> "$GITHUB_OUTPUT"
2626
- name: Publish Docker image
27-
uses: docker/build-push-action@v5
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
push: true

0 commit comments

Comments
 (0)