cloudflare / wrangler-action

🧙‍♀️ easily deploy cloudflare workers applications using wrangler and github actions
Apache License 2.0
1.18k stars 152 forks source link

Update docs to avoid Node16 deprecation warning #232

Closed Soviut closed 7 months ago

Soviut commented 8 months ago

The docs currently have an example that has

uses: actions/checkout@v3

This gives a deprecation warning that Node16 should be replaced with Node20

image

To avoid steering the user into using a deprecated version we should change it to

uses: actions/checkout@v4