Skip to content

Commit 9f71951

Browse files
committed
chore(deps): bump actions/checkout@v6, setup-java@v5 in release workflow
- actions/checkout@v4 → @v6 (PR #20) - actions/setup-java@v4 → @v5 (PR #17)
1 parent 57f062f commit 9f71951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
permissions:
2323
contents: write # for tagging
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: actions/setup-java@v4
29+
- uses: actions/setup-java@v5
3030
with:
3131
distribution: temurin
3232
java-version: "21"

0 commit comments

Comments
 (0)