Skip to content

Commit 5f2997b

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46e3996 commit 5f2997b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout PR branch into cwd
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3737
with:
3838
# Checkout the fork/head-repository to push changes to the fork.
3939
# Without this the base repository will be checked out and committed to.
@@ -43,7 +43,7 @@ jobs:
4343
ref: ${{ github.head_ref }}
4444

4545
- name: Checkout main branch into directory _main_branch/
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4747
with:
4848
ref: main
4949
path: _main_branch

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
runs-on: ubuntu-latest
3838
timeout-minutes: 10
3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141
with:
4242
# Using fetch-depth 0 is the only way to get all tags which are needed for building docs.
4343
fetch-depth: 0
4444

4545
- name: Checkout gh-pages branch to dir publish/
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4747
with:
4848
ref: gh-pages
4949
path: publish

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
runs-on: ubuntu-latest
3232
timeout-minutes: 10
3333
steps:
34-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
34+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3535
with:
3636
# Using fetch-depth 0 is the only way to get all tags which are needed for building docs.
3737
fetch-depth: 0
3838

3939
- name: Checkout gh-pages branch to dir publish/
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141
with:
4242
ref: gh-pages
4343
path: publish

0 commit comments

Comments
 (0)