Skip to content

Commit 28d478e

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

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
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout PR branch into cwd
43-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4444
with:
4545
# Checkout the fork/head-repository to push changes to the fork.
4646
# Without this the base repository will be checked out and committed to.
@@ -51,7 +51,7 @@ jobs:
5151
persist-credentials: true
5252

5353
- name: Checkout main branch into directory _main_branch/
54-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
54+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
5555
with:
5656
ref: main
5757
path: _main_branch

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
runs-on: ubuntu-latest
4040
timeout-minutes: 10
4141
steps:
42-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
42+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4343
with:
4444
# Using fetch-depth 0 is the only way to get all tags which are needed for building docs.
4545
fetch-depth: 0
4646
# Be specific about keeping credentials (it is the default)
4747
persist-credentials: true
4848

4949
- name: Checkout gh-pages branch to dir publish/
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
50+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
5151
with:
5252
ref: gh-pages
5353
path: publish

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 10
3737
steps:
38-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
38+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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
# Be specific about keeping credentials (it is the default)
4343
persist-credentials: true
4444

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

0 commit comments

Comments
 (0)