Skip to content

Commit 2d4edc6

Browse files
James StockerRumbles
authored andcommitted
[intenthq/infrastructure#4458] Update actions/setup-java to latest
1 parent e442fe0 commit 2d4edc6

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: actions/setup-java@v1
15+
- uses: actions/setup-java@v3
1616
with:
1717
java-version: 8
1818
- uses: coursier/cache-action@v5

.github/workflows/release-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
# We need to unshallow to allow git describe work with last tag
1616
fetch-depth: 0
17-
- uses: actions/setup-java@v1
17+
- uses: actions/setup-java@v3
1818
with:
1919
java-version: 8
2020
- uses: coursier/cache-action@v5

0 commit comments

Comments
 (0)