Skip to content

Commit 3a7313b

Browse files
authored
Merge pull request #18 from HistoryAtState/dependabot/github_actions/actions/setup-java-5
chore(gha): bump actions/setup-java from 4 to 5
2 parents cbab81a + 90e7c87 commit 3a7313b

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
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Build
4040
- name: Build Expath Package
41-
uses: actions/setup-java@v4
41+
uses: actions/setup-java@v5
4242
with:
4343
distribution: 'temurin'
4444
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)