Skip to content

Commit 08b7f1d

Browse files
Bump actions/checkout from 5 to 6 (#351)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b9818b commit 08b7f1d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
projects: ${{ steps.compute-projects.outputs.projects }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
- id: compute-projects
2727
run: |
2828
PROJECTS=$(echo "plugin"; find "demo-project" -mindepth 1 -maxdepth 1 -type d | tr '/' ':')
@@ -39,7 +39,7 @@ jobs:
3939
project: ${{ fromJSON(needs.compute-projects.outputs.projects) }}
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
- name: Setup host
4444
uses: ./.github/actions/setup-host
4545
with:
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ !cancelled() && !github.event.repository.fork && !github.event.pull_request.head.repo.fork }}
7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
7777
- name: Setup host
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: Checkout
105-
uses: actions/checkout@v5
105+
uses: actions/checkout@v6
106106
- name: Download actionlint
107107
shell: bash
108108
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ !github.event.repository.fork }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: Setup host
1616
uses: ./.github/actions/setup-host
1717
with:

0 commit comments

Comments
 (0)