mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-26 13:38:11 -07:00
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fa10f23985
commit
ea25e051fe
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- 'ubuntu-latest'
|
||||
- 'macos-latest'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# NB: We have a Docker setup for testing -- why do all this?
|
||||
# Because we want to confirm it runs on macOS, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue