| commit | f170b4d4c4fe8fc2f97b5d905d9dc19741a4671a | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 22 08:53:59 2026 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Aug 07 16:07:45 2026 +0200 |
| tree | d8e5181021cfd8b6357c101656b7013656b9b6dd | |
| parent | 573b689eee88f9eba5fe15cbb64e2497556f54f7 [diff] |
Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Closes #55 Change-Id: I627fa38b452af55f1fd6a30c4e4479065b44dd33
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d22dbb..5ea3b91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 21 uses: actions/setup-java@v5 with:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21a8068..2b659ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -9,7 +9,7 @@ release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 21 uses: actions/setup-java@v5 with: