Skip to content

Commit 9f495e6

Browse files
Update actions/setup-java action to v4
1 parent 50d7a70 commit 9f495e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 100
1313
- name: Fetch tags
1414
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
15-
- uses: actions/setup-java@v3
15+
- uses: actions/setup-java@v4
1616
with:
1717
distribution: adopt
1818
java-version: 11

.github/workflows/release-nightly.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@v3
17+
- uses: actions/setup-java@v4
1818
with:
1919
distribution: adopt
2020
java-version: 11

.github/workflows/release.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@v3
17+
- uses: actions/setup-java@v4
1818
with:
1919
distribution: adopt
2020
java-version: 11

0 commit comments

Comments
 (0)