diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 193c04e..671fcb8 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest name: Deploy steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Publish - uses: cloudflare/wrangler-action@1.3.0 + uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CF_API_TOKEN }}