build(deps): 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
a5a44fa0c5
commit
491c43feff
|
@ -23,7 +23,7 @@ jobs:
|
|||
fedora: ${{ steps.generate.outputs.fedora }}
|
||||
centos: ${{ steps.generate.outputs.centos }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- id: generate
|
||||
run: ./.github/scripts/generate_job_matrices.py '${{ github.repository }}'
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
fedora: ${{ steps.generate.outputs.fedora }}
|
||||
centos: ${{ steps.generate.outputs.centos }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- id: generate
|
||||
run: ./.github/scripts/generate_job_matrices.py '${{ github.repository }}'
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Setup repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
Loading…
Reference in New Issue