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

Warnings about various deprecated actions #39

Closed
amcdavid opened this issue Jun 12, 2023 · 1 comment
Closed

Warnings about various deprecated actions #39

amcdavid opened this issue Jun 12, 2023 · 1 comment

Comments

@amcdavid
Copy link

amcdavid commented Jun 12, 2023

As of 12 June 2023, we are getting warnings about Node 12 deprecation in the following:

  • r-build-and-check actions/checkout@v2, actions/cache@v1
  • docker-build-and-push actions/checkout@v2, docker/setup-buildx-action@79abd3f

We are getting warnings about save-state or set-output in docker-build-and-push. See this run, for instance.

It looks like fixes for all of these might just involve bumping the actions version, as I don't see any calls to the deprecated APIs directly in the workflow. I may take a crack at fixing this when I get a couple hours to play around.

@LiNk-NY
Copy link
Contributor

LiNk-NY commented Nov 22, 2023

This should be fixed in #40. Let us know if you spot anything else. Thank you! @amcdavid

@LiNk-NY LiNk-NY closed this as completed Nov 22, 2023
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

No branches or pull requests

2 participants