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 actions/cache + actions/checkout in GitHub Actions to v3 #1839

Merged
merged 1 commit into from Jun 6, 2022

Conversation

striezel
Copy link
Contributor

@striezel striezel commented Jun 4, 2022

Updates the actions/checkout and actions/cache actions used in the GitHub Actions workflow to their newest version.

Changes in actions/cache:

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

Changes in actions/checkout:

v3.0.2

v3.0.1

v3.0.0

As far as I can tell this should all be backwards compatible, so I do not expect any breakage.

@lemire
Copy link
Member

lemire commented Jun 5, 2022

Looks good

@striezel
Copy link
Contributor Author

striezel commented Jun 5, 2022

Indeed. All checks passed with the newer versions of actions/checkout and actions/cache.

@lemire
Copy link
Member

lemire commented Jun 6, 2022

Merging.

@lemire lemire merged commit 57d5479 into simdjson:master Jun 6, 2022
@striezel striezel deleted the gh-actions-update branch June 6, 2022 16:59
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.

None yet

2 participants