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

CI: Switch to latest versions of github actions #639

Closed
wants to merge 1 commit into from

Conversation

tmadlener
Copy link
Contributor

BEGINRELEASENOTES

  • Update actions to latest versions to avoid workflow failures

ENDRELEASENOTES

@m-fila
Copy link

m-fila commented Sep 12, 2024

You are probably aware but it's possible to get PR with updates for actions with dependabot by putting something like this in .github/dependabot.yml

# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  # Keep dependencies for GitHub Actions up-to-date
  - package-ecosystem: 'github-actions'
    directory: '/'
    schedule:
      interval: 'monthly'

@tmadlener
Copy link
Contributor Author

I actually wasn't. Maybe we should go into that direction as well.

@jmcarcell
Copy link
Member

And for these ones I would like to delete them in #646 since they are not up to date and we can have them in a single one, so I'll be closing this.

@jmcarcell jmcarcell closed this Sep 16, 2024
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.

3 participants