CI: bump actions/checkout from 4.1.7 to 4.2.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #15095
This commit is contained in:
dependabot[bot] 2024-09-30 14:45:57 +00:00 committed by Daniel Stenberg
parent 43cbe53eab
commit 303c0cf74b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
15 changed files with 38 additions and 38 deletions

View file

@ -44,7 +44,7 @@ jobs:
matrix:
arch: ['x86_64']
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: 'cmake'
uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
with:
@ -80,7 +80,7 @@ jobs:
matrix:
arch: ['x86_64']
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: 'cmake'
uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
with:
@ -120,7 +120,7 @@ jobs:
- { build: 'cmake' , arch: 'arm64', compiler: 'clang' }
fail-fast: false
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: 'autotools'
if: ${{ matrix.build == 'autotools' }}
uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: 'autotools'
uses: vmactions/omnios-vm@bc3c64398d10bd00ecd8b3ca72db91c5a03dea77 # v1
with: