File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 name : ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }})
4343 steps :
4444 - name : Clean Disk Space
45- uses : apache/incubator- kie-kogito-pipelines /.ci/actions/ubuntu-disk-space@main
45+ uses : kiegroup/ kie-ci /.ci/actions/ubuntu-disk-space@main
4646 if : ${{ matrix.os == 'ubuntu-latest' }}
4747 - name : Support long paths
4848 if : ${{ matrix.os == 'windows-latest' }}
49- uses : apache/incubator- kie-kogito-pipelines /.ci/actions/long-paths@main
49+ uses : kiegroup/ kie-ci /.ci/actions/long-paths@main
5050 - name : Java and Maven Setup
51- uses : apache/incubator- kie-kogito-pipelines /.ci/actions/maven@main
51+ uses : kiegroup/ kie-ci /.ci/actions/maven@main
5252 with :
5353 java-version : ${{ matrix.java-version }}
5454 maven-version : ${{ matrix.maven-version }}
5555 cache-key-prefix : ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
5656 - name : Build Chain
57- uses : apache/incubator- kie-kogito-pipelines /.ci/actions/build-chain@main
57+ uses : kiegroup/ kie-ci /.ci/actions/build-chain@main
5858 env :
5959 KOGITO_EXAMPLES_SUBFOLDER_POM : ${{ matrix.env_KOGITO_EXAMPLES_SUBFOLDER_POM }}
6060 with :
You can’t perform that action at this time.
0 commit comments