Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jun 6, 2024
1 parent 1df6456 commit 0b5397f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Scala
uses: olafurpg/setup-scala@v14
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "[email protected]"
distribution: 'temurin'
java-version: '11'
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Build and Publish
Expand All @@ -23,11 +23,6 @@ jobs:
JIB_TARGET_IMAGE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: |
sbt -v -Dfile.encoding=UTF-8 jibImageBuild
rm -rf "$HOME/.ivy2/local" || true
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true
find $HOME/.cache/coursier/v1 -name "ivydata-*.properties" -delete || true
find $HOME/.sbt
- name: Deploy
env:
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down

0 comments on commit 0b5397f

Please sign in to comment.