Skip to content

Commit 3d131eb

Browse files
authored
Merge pull request #233 from nanotaboada/dependabot/github_actions/actions/checkout-6.0.1
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
2 parents c50e42f + a4396be commit 3d131eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6.0.0
23+
uses: actions/checkout@v6.0.1
2424

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

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

7979
steps:
8080
- name: Checkout repository
81-
uses: actions/checkout@v6.0.0
81+
uses: actions/checkout@v6.0.1
8282

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

0 commit comments

Comments
 (0)