Updating GitHUb Actions #907
linkdotnet
started this conversation in
Ideas
Replies: 1 comment
-
I took the liberty of filing a PR: #908 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a nice GitHub action, which can automatically update our GitHub action: https://github.com/saadmk11/github-actions-version-updater
I use this also in a few of my repo's and it's kind of nice. Why stopping with nuget packages when you can update your actions as well?
If you think this is a nice idea to have, I can create a PR. The only thing you would have to do is to create a repo secret which is mapped to a PAT, which has the
workflow
permission. I do think we could use theBUNIT_BOT
with it's permission for that as well.Beta Was this translation helpful? Give feedback.
All reactions