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/checkout in GitHub Actions to v3 #11

Merged
merged 1 commit into from Dec 1, 2022
Merged

Update actions/checkout in GitHub Actions to v3 #11

merged 1 commit into from Dec 1, 2022

Conversation

striezel
Copy link
Contributor

@striezel striezel commented Dec 1, 2022

Updates the actions/checkout action used in the GitHub Actions workflow to its newest major version.

Changes in actions/checkout:

v3.1.0

  • Use @actions/core saveState and getState
  • Add github-server-url input

v3.0.2

  • Add input set-safe-directory

v3.0.1

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
  • Bumped various npm package versions

v3.0.0

  • Update to node 16

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

Contributes to martinmoene/nonstd-lite-project#70.

@martinmoene martinmoene merged commit 82fafd1 into martinmoene:master Dec 1, 2022
@striezel striezel deleted the actions-update branch December 1, 2022 20:29
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