Skip to content

Commit b13d587

Browse files
chore(deps): update actions/checkout action from vv4 to v6
1 parent 6d5ab38 commit b13d587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: "!contains(github.event.head_commit.message, 'ci skip')"
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- name: Copy maven settings

0 commit comments

Comments
 (0)