Skip to content

Commit 98a1e45

Browse files
committed
ci: revert to checkout@v5
1 parent 61cddcb commit 98a1e45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
java: [ "17", "21" ] # "25"
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v5
1515

1616
- name: Set up JDK ${{ matrix.java }}
1717
uses: actions/setup-java@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)