Skip to content

Commit 9c2a7a9

Browse files
dependabot[bot]joaodinissf
authored andcommitted
chore(deps): 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](actions/checkout@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] <[email protected]>
1 parent 9d57556 commit 9c2a7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
pmd:
55
runs-on: ubuntu-22.04
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- uses: actions/setup-java@v4
99
with:
1010
distribution: 'temurin'
@@ -26,7 +26,7 @@ jobs:
2626
uses: stCarolas/setup-maven@v5
2727
with:
2828
maven-version: 3.9.9
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up JDK 21
3131
uses: actions/setup-java@v4
3232
with:

0 commit comments

Comments
 (0)