Skip to content

Commit 899d122

Browse files
chore(deps): bump actions/checkout from 5 to 6
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>
1 parent 3077216 commit 899d122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_spdx_licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
# see https://github.com/actions/checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
ref: ${{ github.ref_name }}
2929
- name: Set up JDK
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- name: Checkout
7676
# see https://github.com/actions/checkout
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
with:
7979
ref: ${{ github.ref_name }}
8080
- name: Switch branch

0 commit comments

Comments
 (0)