This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1818 keycloak :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-node@v4
2323 - name : Use Node.js
2424 uses : actions/setup-node@v4
4545 ]
4646 fail-fast : false
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - uses : actions/setup-java@v4
5050 with :
5151 distribution : " temurin"
5959 kind :
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - uses : actions/setup-java@v4
6464 with :
6565 distribution : " temurin"
8383 minikube :
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/checkout@v4
86+ - uses : actions/checkout@v5
8787 - uses : actions/setup-java@v4
8888 with :
8989 distribution : " temurin"
@@ -112,7 +112,7 @@ jobs:
112112 preset : [ "openshift" ]
113113 fail-fast : false
114114 steps :
115- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v5
116116 - uses : actions/setup-java@v4
117117 with :
118118 distribution : " temurin"
@@ -171,7 +171,7 @@ jobs:
171171 IMG : ttl.sh/trustify-operator-${{ github.sha }}:2h
172172 BUNDLE_IMG : ttl.sh/trustify-operator-bundle-${{ github.sha }}:2h
173173 steps :
174- - uses : actions/checkout@v4
174+ - uses : actions/checkout@v5
175175 - name : Create operator
176176# run: DOCKERFILE=Dockerfile.jvm make docker-build docker-push
177177 run : make docker-build docker-push
Original file line number Diff line number Diff line change 4949 needs : [ identify-app-tag ]
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 - uses : actions/setup-java@v4
5454 with :
5555 java-version : 21
9393 env :
9494 TAG : ${{ needs.identify-app-tag.outputs.tag }}
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v5
9797 with :
9898 ref : main
9999 fetch-depth : 0
@@ -167,7 +167,7 @@ jobs:
167167 docker create --name extract "ghcr.io/${{ github.repository_owner }}/trustify-operator-bundle:v${{ github.event.inputs.version }}" foo
168168
169169 - name : Checkout community operators
170- uses : actions/checkout@v4
170+ uses : actions/checkout@v5
171171 with :
172172 repository : k8s-operatorhub/community-operators
173173 path : community-operators
@@ -185,7 +185,7 @@ jobs:
185185 git diff
186186
187187 - name : Checkout redhat community operators
188- uses : actions/checkout@v4
188+ uses : actions/checkout@v5
189189 with :
190190 repository : redhat-openshift-ecosystem/community-operators-prod
191191 path : redhat-community-operators
You can’t perform that action at this time.
0 commit comments