Skip to content

Commit

Permalink
update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Feb 28, 2024
1 parent f16db1c commit 1f5e136
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci

Expand All @@ -33,6 +33,9 @@ jobs:
strategy:
matrix:
versions:
- os: 'ubuntu-latest'
spark: 3.5.0
hadoop: 3
- os: 'ubuntu-latest'
spark: 3.4.1
hadoop: 3
Expand All @@ -51,7 +54,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci

Expand Down Expand Up @@ -83,7 +86,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci

Expand Down Expand Up @@ -111,7 +114,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci

Expand All @@ -135,7 +138,7 @@ jobs:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand All @@ -154,7 +157,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Check for the latest Spark versions at https://spark.apache.org/downloads.html
Basic workflow:
```yaml
steps:
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: temurin

- uses: vemonet/setup-spark@v1
Expand Down

0 comments on commit 1f5e136

Please sign in to comment.