From 334face9f6d2ade2a3d0c66f051e5adaa79d125c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:01:05 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d9ac63e..cec43c2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout Arquillian - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'arquillian/arquillian-container-jetty' ref: 'master' @@ -60,7 +60,7 @@ jobs: run: ./mvnw install -B -U # - name: Checkout Servlet TCK - # uses: actions/checkout@v4 + # uses: actions/checkout@v5 # with: # repository: 'jakartaee/servlet' # ref: '6.1.x' @@ -80,7 +80,7 @@ jobs: # run: ./mvnw -V -B -U clean install -DskipTests -e -B -U - name: Checkout TCK Run - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Maven run: