Skip to content

Commit 27592cf

Browse files
committed
ci: update actions versions
Signed-off-by: Marc Nuri <[email protected]>
1 parent 0bb3988 commit 27592cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
openshift: [v3.10.0]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Setup OpenShift
1919
uses: manusa/[email protected]
2020
with:
2121
oc version: ${{ matrix.openshift }}
2222
- name: Setup Java 17
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
2525
java-version: 17
2626
distribution: temurin

0 commit comments

Comments
 (0)