build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Corentin Le Molgat
parent
bd641e14b9
commit
4f2498ef40
4
.github/workflows/amd64_macos_cmake_java.yml
vendored
4
.github/workflows/amd64_macos_cmake_java.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
name: amd64•MacOS•CMake(${{matrix.cmake.name}})•Java
|
||||
runs-on: macos-13 # last macos intel based runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Swig install
|
||||
run: |
|
||||
brew install swig
|
||||
@@ -61,4 +61,4 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user