Skip to content

Commit a5484b3

Browse files
chore(deps): update actions/setup-java action to v4.7.0 (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bbfd07 commit a5484b3

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
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 100
1717
- name: Fetch tags
1818
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
19-
- uses: actions/setup-java@v4.6.0
19+
- uses: actions/setup-java@v4.7.0
2020
with:
2121
distribution: 'temurin'
2222
java-version: ${{ matrix.java }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 100
1414
- name: Fetch tags
1515
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
16-
- uses: actions/setup-java@v4.6.0
16+
- uses: actions/setup-java@v4.7.0
1717
with:
1818
distribution: 'temurin'
1919
java-version: '8'

0 commit comments

Comments
 (0)