-
Notifications
You must be signed in to change notification settings - Fork 12
Best Practices
Cyb3r Jak3 edited this page Aug 15, 2020
·
3 revisions
The version that you are using should be one of the tagged versions as those have confirmed to be stable. To find the version you can check the action on the marketplace here. To get alerted to new version then check out dependabot.
To be alerted to new updates then you can set up dependabot. Create a file at .github/dependabot.yml with the following code and everyday your repo will be checked and if a new version is detected a pull request will be created with it.
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"