Skip to content

Commit c4efbe1

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
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/[email protected].0
19+
- uses: actions/[email protected].1
2020
with:
2121
distribution: 'temurin'
2222
java-version: ${{ matrix.java }}

Diff for: .github/workflows/release.yml

+1-1
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/[email protected].0
16+
- uses: actions/[email protected].1
1717
with:
1818
distribution: 'temurin'
1919
java-version: '8'

0 commit comments

Comments
 (0)