Skip to content

Commit

Permalink
Bump github actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Jan 21, 2023
1 parent a20dcfb commit cd99b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8, 2.12.17]
scala: [2.13.10, 2.12.17]
java: [[email protected], [email protected], [email protected]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.0.2
- name: Set up Java
uses: olafurpg/setup-scala@v13
with:
Expand Down

0 comments on commit cd99b62

Please sign in to comment.