Skip to content

Commit

Permalink
Merge branch 'main' into issue-751-search-code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj authored Aug 31, 2022
2 parents c8a8792 + c8f7658 commit 5a75b73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
if: github.event_name == 'push'
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Setup Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Setup Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5a75b73

Please sign in to comment.