Skip to content

Commit b8bf477

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

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout PR branch into cwd
33-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
33+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3434
with:
3535
# Checkout the fork/head-repository to push changes to the fork.
3636
# Without this the base repository will be checked out and committed to.
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ github.head_ref }}
4141

4242
- name: Checkout main branch into directory _main_branch/
43-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
43+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4444
with:
4545
ref: main
4646
path: _main_branch

.github/workflows/merge.yml

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

4141
- name: Checkout gh-pages branch to dir publish/
42-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
42+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4343
with:
4444
ref: gh-pages
4545
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
34+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4141
with:
4242
ref: gh-pages
4343
path: publish

0 commit comments

Comments
 (0)