Skip to content

Commit a06472c

Browse files
Update actions/checkout action from vv4 to v5
1 parent 77b8b1f commit a06472c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: "!contains(github.event.head_commit.message, 'ci skip')"
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- name: Install xmlstarlet
@@ -64,7 +64,7 @@ jobs:
6464
needs: [maven-package]
6565
runs-on: ubuntu-24.04
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
with:
6969
fetch-depth: 0
7070
- name: Install xmlstarlet

0 commit comments

Comments
 (0)