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 workflows to v4 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

striezel
Copy link
Contributor

Updates the actions/checkout action used in the GitHub Actions workflows 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.

@striezel striezel changed the title Update actions/checkout in GitHub Actions workflows to v3 Update actions/checkout in GitHub Actions workflows to v4 Aug 8, 2024
@striezel
Copy link
Contributor Author

striezel commented Aug 8, 2024

Rebased and force-pushed because v4 is now the newest version of actions/checkout.

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.

1 participant