Skip to content

Commit

Permalink
Merge pull request #1406 from tgodzik/fix-CI
Browse files Browse the repository at this point in the history
Update setup-scala action to v10 and setup dependabot
  • Loading branch information
tgodzik authored Nov 23, 2020
2 parents 4768184 + d647daf commit 6cc6911
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: olafurpg/setup-scala@v7
- uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.jdk }}
- uses: actions/setup-node@v1
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: olafurpg/setup-scala@v7
- uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.jdk }}
- name: Publish GraalVM Native artifacts
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: olafurpg/setup-scala@v7
- uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.jdk }}
- name: Install GraalVM Native Image
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: olafurpg/setup-scala@v7
- uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.jdk }}
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 6cc6911

Please sign in to comment.