Skip to content

Commit

Permalink
Using actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
FYLSen committed Apr 12, 2024
1 parent 5e3bb52 commit e19b24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-CloudflareWorkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: deploy --var VERSION:${{ github.sha }}
command: deploy --var VERSION: ${{ github.sha }}

0 comments on commit e19b24f

Please sign in to comment.