Skip to content

Commit

Permalink
Merge pull request #48 from guardian/cemms1/fix-sbt-cache-setup-java-…
Browse files Browse the repository at this point in the history
…action

fix: setup java action with cache
  • Loading branch information
cemms1 authored Feb 28, 2023
2 parents 2b60386 + 8d630e7 commit 6303f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbt-node-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
cd -
done
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
if: inputs.SKIP_SBT != true
with:
java-version: ${{ inputs.JAVA_VERSION }}
distribution: "adopt"
cache: 'sbt'
cache: "sbt"

- uses: actions/setup-python@v4
if: inputs.SKIP_PYTHON != true
Expand Down

0 comments on commit 6303f2a

Please sign in to comment.