We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc7ca4 commit 5ec3427Copy full SHA for 5ec3427
.github/workflows/deploy.yml
@@ -7,9 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
timeout-minutes: 60
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Build & Deploy Worker
12
- uses: cloudflare/wrangler-action@2.0.0
+ uses: cloudflare/wrangler-action@v3
13
with:
14
apiToken: ${{ secrets.CF_API_TOKEN }}
15
accountId: ${{ secrets.CF_ACCOUNT_ID }}
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
branch=${GITHUB_REF##*/}
25
echo "IMAGE_ID=${branch}-${GITHUB_SHA::8}-${ts}" >> "$GITHUB_OUTPUT"
26
- name: Publish Docker image
27
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
28
29
context: .
30
push: true
0 commit comments