File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 )
3939
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 with :
4343 ref : ${{ github.event.workflow_run.head_sha }}
4444 - name : Cache
45- uses : actions/cache@v3
45+ uses : actions/cache@v4
4646 with :
4747 path : ~/.m2/repository
4848 key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 4444 fail-fast : false
4545 steps :
4646 # Pinned 1.0.0 version
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 with :
4949 path : plugin
5050 - uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
@@ -57,12 +57,12 @@ jobs:
5757 e2e-test:
5858 - '**/e2e-test/**'
5959 - name : Checkout e2e test repo
60- uses : actions/checkout@v3
60+ uses : actions/checkout@v4
6161 with :
6262 repository : cdapio/cdap-e2e-tests
6363 path : e2e
6464 - name : Cache
65- uses : actions/cache@v3
65+ uses : actions/cache@v4
6666 with :
6767 path : ~/.m2/repository
6868 key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
7575 if : github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true'
7676 run : python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/TestRunner.java
7777 - name : Upload debug files
78- uses : actions/upload-artifact@v3
78+ uses : actions/upload-artifact@v4
7979 if : always()
8080 with :
8181 name : Debug files - ${{ matrix.tests }}
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 CDAP_GPG_PRIVATE_KEY:cdapio-github-builds/CDAP_GPG_PRIVATE_KEY
3333
3434 - name : Checkout Repository
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 ref : ${{ inputs.ref }}
3838
3939 - name : Cache
40- uses : actions/cache@v3
40+ uses : actions/cache@v4
4141 with :
4242 path : ~/.m2/repository
4343 key : ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments