Would be nice to have a cache@latest
action
#37052
-
We recently updated some yml files to use Likewise it would be nice to have a |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You can just do
|
Beta Was this translation helpful? Give feedback.
-
Hi there @JeffFessler and welcome to our community 😄. Thanks so much for the suggestion! |
Beta Was this translation helpful? Give feedback.
-
A better answer is to have Realizing that
Here's an example configuration that updates Github Actions configuration (action versions, etc.): version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
assignees:
- "JeffFessler" |
Beta Was this translation helpful? Give feedback.
A better answer is to have
dependabot
enabled, so you automatically get PRs generated for updates to your dependencies.Realizing that
dependabot
exists more difficult than using it:dependabot
options.dependabot
configuration details.Here's an example configuration that updates Github Actions configuration (action versions, etc.):