We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are some warnings:
macOS-latest, tf-default, R-release The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Which are coming up during CI runs, suggesting I need to update actions like checkout and cache.
checkout
cache
Take a look at https://github.com/tidyverse/dplyr/blob/main/.github/workflows/R-CMD-check.yaml to see what the current state-of-the-art is.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There are some warnings:
Which are coming up during CI runs, suggesting I need to update actions like
checkout
andcache
.Take a look at https://github.com/tidyverse/dplyr/blob/main/.github/workflows/R-CMD-check.yaml to see what the current state-of-the-art is.
The text was updated successfully, but these errors were encountered: