Some of the GitHub actions used in the go.yml workflow are out-of-date. For example, the actions/setup-go@v3 action is now at version 4, which introduces caching.
Rather than submitting a PR to update individual actions one time, this PR introduces a Dependabot config that will submit PRs regularly as actions are updated.
If this PR merges, expect Dependabot to immediately submit two PRs (by my count) to update individual actions to their latest versions.
Some of the GitHub actions used in the
go.yml
workflow are out-of-date. For example, theactions/setup-go@v3
action is now at version 4, which introduces caching.Rather than submitting a PR to update individual actions one time, this PR introduces a Dependabot config that will submit PRs regularly as actions are updated.
If this PR merges, expect Dependabot to immediately submit two PRs (by my count) to update individual actions to their latest versions.