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 #2847

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

kurtmckee
Copy link
Contributor

Pull Request check-list

Please make sure to review and check all of these items:

Note: This PR introduces no code changes

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?
  • Was the change added to CHANGES file?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Please provide a description of the change here.

I observed that several GitHub actions are using old versions and are emitting Node 12 deprecation warnings (recent examples: actions/upload-artifact in integration.yaml and actions/stale in stale-issues.yml).

Rather than address these with a one-off PR, I've introduced a Dependabot configuration that will regularly submit PRs to keep actions up-to-date. If this PR is merged, you can anticipate that Dependabot will immediately submit several PRs to update individual actions.

As this change does not touch code nor directly modify the CI test suite, I don't think most of the checkboxes above are applicable. I've read through the contributing doc and think I've followed the document, but please let me know if there's anything additional that needs to be done! 😀

Thanks for your work on redis-py!

@chayim chayim self-requested a review August 7, 2023 14:25
Copy link
Contributor

@chayim chayim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect. In fact, I wanted to do this to all of our clients not currently using this. This for the kick!

@chayim chayim merged commit 8370c4a into redis:master Aug 7, 2023
40 of 45 checks passed
@kurtmckee kurtmckee deleted the add-dependabot-for-github-actions branch August 7, 2023 14:30
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