Skip to content

Commit

Permalink
Update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Nov 21, 2020
1 parent f24a9e8 commit 353b4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: coursier/cache-action@v3
- uses: olafurpg/setup-scala@v5
- uses: coursier/cache-action@v5
- uses: olafurpg/setup-scala@v10
with:
java-version: ${{matrix.java}}
- name: Compile, test and check binary compatibility
Expand Down

0 comments on commit 353b4b9

Please sign in to comment.