Update github actions
This commit is contained in:
parent
db02d73f9e
commit
84689e9ec6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-master-to-prod.yml
vendored
4
.github/workflows/deploy-master-to-prod.yml
vendored
|
@ -8,9 +8,9 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: wrangler publish
|
||||
uses: cloudflare/wrangler-action@2.0.0
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
environment: prod
|
||||
|
|
Loading…
Add table
Reference in a new issue