Skip to content

Commit a292f52

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 4f750a9 commit a292f52

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
@@ -34,7 +34,7 @@ jobs:
3434

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

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

.github/workflows/merge.yml

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

4343
- name: Checkout gh-pages branch to dir publish/
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
44+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4545
with:
4646
ref: gh-pages
4747
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)