Skip to content

Commit 6ed0264

Browse files
Update actions/setup-java action to v5.1.0 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2fd39d0 commit 6ed0264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 100
1515
- name: Fetch tags
1616
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
17-
- uses: actions/setup-java@v5.0.0
17+
- uses: actions/setup-java@v5.1.0
1818
with:
1919
distribution: 'temurin'
2020
java-version: ${{ matrix.java }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-java@v5.0.0
14+
- uses: actions/setup-java@v5.1.0
1515
with:
1616
distribution: 'temurin'
1717
java-version: 11

0 commit comments

Comments
 (0)