Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Dependabot config to auto-update GitHub action versions #235

Merged

Conversation

kurtmckee
Copy link
Member

This PR introduces the following changes:

  • Add a Dependabot config to auto-update GitHub action versions

Currently, the actions defined in two workflows are using old action versions, which are triggering deprecation warnings like this one (recent example):

image

This can be addressed either by manually updating the versions (like changing actions/checkout@v2 to v4), or by using Dependabot to watch for updates and submit update PRs.

If this PR is accepted, you can anticipate Dependabot immediately submitting a PR to update all of the action versions that need to be updated.

@NickolausDS
Copy link
Contributor

This is a useful addition, thank you @kurtmckee!

@NickolausDS NickolausDS merged commit 9a3adee into globus:main Oct 30, 2024
5 checks passed
@kurtmckee kurtmckee deleted the add-dependabot-config-for-github-actions branch October 30, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants