Skip to content

Commit ad0324d

Browse files
Update actions/checkout action to v6
1 parent e046ffe commit ad0324d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424
- name: Set up JDK 21
2525
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2626
with:

0 commit comments

Comments
 (0)