Skip to content

Commit 84e343c

Browse files
committed
ci: update versions & remove conditional sync
1 parent 0ee6bf4 commit 84e343c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions-basic.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
SPARK_VERSION: ${{ matrix.spark }}
3030
steps:
3131
- name: Checkout spark-testing-base
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4.1.1
3333
# In order to fetch changed files
3434
with:
3535
fetch-depth: 0
3636
repository: holdenk/spark-testing-base
3737
ref: main
3838
- name: Cache maven modules
3939
id: cache-maven
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4.0.0
4141
env:
4242
cache-name: cache-maven
4343
with:
@@ -52,7 +52,7 @@ jobs:
5252
${{ runner.os }}-${{ matrix.spark }}-
5353
${{ runner.os }}
5454
- 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'
5656
id: sync-branch
5757
run: |
5858
apache_spark_ref=`git rev-parse HEAD`

0 commit comments

Comments
 (0)