Skip to content

Commit bcb2169

Browse files
authored
Merge pull request #383 from HistoryAtState/dependabot/github_actions/actions/setup-java-5
chore(gha): bump actions/setup-java from 4 to 5
2 parents 55a41e8 + 1369bef commit bcb2169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 1
6464
- name: Build Expath Package
65-
uses: actions/setup-java@v4
65+
uses: actions/setup-java@v5
6666
with:
6767
distribution: "temurin"
6868
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)