Skip to content

Commit 46fe7f2

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b89d55b commit 46fe7f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5.0.0
2424

2525
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
2626
uses: actions/setup-java@v4.7.1
@@ -46,7 +46,7 @@ jobs:
4646
service: [codecov, codacy]
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v4.2.2
49+
uses: actions/checkout@v5.0.0
5050

5151
- name: Download JaCoCo coverage report artifact
5252
uses: actions/download-artifact@v5.0.0
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Checkout repository
81-
uses: actions/checkout@v4.2.2
81+
uses: actions/checkout@v5.0.0
8282

8383
- name: Log in to GitHub Container Registry
8484
uses: docker/login-action@v3.5.0

0 commit comments

Comments
 (0)