CloudCannon / pagefind

Static low-bandwidth search at scale
https://pagefind.app
MIT License
3.22k stars 97 forks source link

chore: update github action versions to handle node.js 16 deprecations #651

Open SKalt opened 5 days ago

SKalt commented 5 days ago

The auto-merge and release GitHub workflows are currently emitting warnings about deprecated actions.

Excerpts from the relevant warnings > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3, actions-rs/toolchain@v1, jetli/wasm-pack-action@v0.4.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. > > -- https://github.com/CloudCannon/pagefind/actions/runs/8994420084 > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, peter-murray/workflow-application-token-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. > > -- https://github.com/CloudCannon/pagefind/actions/runs/9719697671