File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
SPARK_VERSION : ${{ matrix.spark }}
30
30
steps :
31
31
- name : Checkout spark-testing-base
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v4.1.1
33
33
# In order to fetch changed files
34
34
with :
35
35
fetch-depth : 0
36
36
repository : holdenk/spark-testing-base
37
37
ref : main
38
38
- name : Cache maven modules
39
39
id : cache-maven
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4.0.0
41
41
env :
42
42
cache-name : cache-maven
43
43
with :
52
52
${{ runner.os }}-${{ matrix.spark }}-
53
53
${{ runner.os }}
54
54
- name : Sync the current branch with the latest in spark-testing-base
55
- if : github.repository != 'holdenk/spark-testing-base'
55
+ # if: github.repository != 'holdenk/spark-testing-base'
56
56
id : sync-branch
57
57
run : |
58
58
apache_spark_ref=`git rev-parse HEAD`
You can’t perform that action at this time.
0 commit comments