Skip to content

Commit

Permalink
fix docker image mill
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Sep 4, 2023
1 parent 3ddb01f commit 0314d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: jodersky/setup-mill@0.3.0
- uses: jodersky/setup-mill@master
with:
mill-version: 0.11.2
mill-version: 0.10.4
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
Expand Down

0 comments on commit 0314d4d

Please sign in to comment.