hiltontj / serde_json_path

Query serde_json Values with JSONPath
https://serdejsonpath.live/
MIT License
50 stars 3 forks source link

Update GitHub workflow actions #94

Closed Marcono1234 closed 1 month ago

Marcono1234 commented 1 month ago

checkout@v3 is outdated and currently shows the following warning for your workflow runs:

The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

There is also a new version for cargo-deny-action: v2.0.0 Should I update that as well? And update deny.toml to match the current template?

As side note: You can configure Dependabot to automatically create PRs for updating the used actions.

hiltontj commented 1 month ago

@Marcono1234 - thanks for the PR!

There is also a new version for cargo-deny-action: v2.0.0 Should I update that as well? And update deny.toml to match the current template?

Certainly, feel free to do it on this PR or a follow-on, up to you 🙂

As side note: You can configure Dependabot to automatically create PRs for updating the used actions.

Thank you for mentioning that. Would you be willing to open a PR to add the dependabot.yml file? If not I will try to find some time in the coming weeks.