Closed striezel closed 2 years ago
Updates the actions/checkout actions used in the GitHub Actions workflow to its newest version.
actions/checkout
Changes in actions/checkout:
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
set-safe-directory
safe.directory
As far as I can tell this should be backwards compatible, so I do not expect any breakage.
Updates the
actions/checkout
actions used in the GitHub Actions workflow to its newest version.Changes in actions/checkout:
As far as I can tell this should be backwards compatible, so I do not expect any breakage.