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:
dependabot[bot] 2024-03-04 10:45:24 +00:00 committed by GitHub
parent a5a44fa0c5
commit 491c43feff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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 }}'

View File

@ -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 }}'

View File

@ -35,7 +35,7 @@ jobs:
steps:
- name: Setup repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive