Skip to content

Commit c3cefee

Browse files
Update actions/setup-java action to v4.7.1 (#405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f45649 commit c3cefee

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@v4.7.0
17+
- uses: actions/setup-java@v4.7.1
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-java@v4.7.0
14+
- uses: actions/setup-java@v4.7.1
1515
with:
1616
distribution: 'temurin'
1717
java-version: 11

0 commit comments

Comments
 (0)