Skip to content

Commit 1932e7c

Browse files
authored
Merge pull request #204 from nanotaboada/dependabot/github_actions/actions/checkout-5.0.0
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0
2 parents 0d6adb4 + 3fd9db1 commit 1932e7c

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)