Upgrade checkout action from version 3 to 4 (#190)

This fixes issue #189.

This is necessary because GitHub actions are going to drop support for Node.js 16.
Version 4 uses Node.js 20.
See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This commit is contained in:
Carsten Wenderdel
2024-02-27 08:23:34 +01:00
committed by GitHub
parent 1582741630
commit 640a22190e
9 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ sensible defaults.
## Example usage
```yaml
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# selecting a toolchain either by action or manual `rustup` calls should happen
# before the plugin, as the cache uses the current rustc version as its cache key