Skip to content

Commit 9784e71

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump actions/checkout from 5.0.0 to 6.0.0 in the workflow-actions group
Bumps the workflow-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3babe0d commit 9784e71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
# Checkout target branch which has trusted code
5151
- name: Check out target branch
52-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
52+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
5353
with:
5454
persist-credentials: false
5555
# By default, a workflow that is triggered with on workflow_run would run on the main (default) branch.

.github/workflows/ci-tck-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java-version: [ '17', '21' ]
3535

3636
steps:
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
37+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
3838
with:
3939
persist-credentials: false
4040

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Support longpaths on Windows
8787
if: "startsWith(matrix.os.runs-on, 'windows')"
8888
run: git config --global core.longpaths true
89-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
89+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
9090
with:
9191
persist-credentials: false
9292
- name: Set up Java ${{ matrix.os.java.version }}

0 commit comments

Comments
 (0)