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

Update more deprecated github actions #409

Closed
wants to merge 1 commit into from

Conversation

boxydog
Copy link
Contributor

@boxydog boxydog commented Jan 31, 2024

https://github.com/tidyverts/fable/actions/runs/7721580515 shows that actions/checkout@v2 and r-lib/actions/setup-pandoc@v1 are deprecated.

This updates them.

@mitchelloharawild
Copy link
Member

Thanks. I've updated these to work better for this package's needs.

@boxydog
Copy link
Contributor Author

boxydog commented Sep 24, 2024

FYI if you add something like this as dependabot.yml in your .github folder, it will check for out of date github actions:

# See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
# and https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"

I suspect it will find some.

@mitchelloharawild
Copy link
Member

Appreciate the suggestion, I'll keep that in mind!

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