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 95a66c1 commit c45d11bCopy full SHA for c45d11b
.github/workflows/deploy.yml
@@ -49,9 +49,9 @@ jobs:
49
runs-on: ubuntu-latest
50
if: ${{ github.event_name == 'release' || github.event.workflow_run.conclusion == 'success' }}
51
steps:
52
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
53
- name: Publish worker to Cloudflare
54
- uses: cloudflare/wrangler-action@2.0.0
+ uses: cloudflare/wrangler-action@v3
55
with:
56
apiToken: ${{ secrets.CF_API_TOKEN }}
57
workingDirectory: "proxy"
0 commit comments