Skip to content

Commit 4e065b4

Browse files
author
Heiko Kiesel
committed
Bump github actions versions of setup-java and setup-go to remove warnings
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent bce1828 commit 4e065b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
unit: ["persistence-defectdojo"]
108108
steps:
109109
- uses: actions/checkout@v3
110-
- uses: actions/setup-java@v1
110+
- uses: actions/setup-java@v3
111111
with:
112112
java-version: "17" # The JDK version to make available on the path.
113113
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v3
132132

133133
- name: Go Setup
134-
uses: actions/setup-go@v2
134+
uses: actions/setup-go@v4
135135
with:
136136
go-version: ${{ env.GO_VERSION }}
137137

@@ -166,7 +166,7 @@ jobs:
166166
uses: actions/checkout@v3
167167

168168
- name: Go Setup
169-
uses: actions/setup-go@v2
169+
uses: actions/setup-go@v4
170170
with:
171171
go-version: ${{ env.GO_VERSION }}
172172

0 commit comments

Comments
 (0)