Skip to content

Commit

Permalink
Merge pull request #1927 from guardrail-dev/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
blast-hardcheese authored Jan 18, 2024
2 parents ac6f273 + 3f1156f commit 08c559d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "scala_versions=$(sbt 'print githubMatrixSettings' | grep '^\[{' | grep 'bincompat' | tail -n 1)" >> $GITHUB_OUTPUT
- name: print Java version
run: java -version
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/coursier
key: ${{ runner.os }}-scala-${{ matrix.scala.version }}-${{ hashFiles('**/*.sbt') }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
java-version: zulu@${{ matrix.java }}
- name: print Java version
run: java -version
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/coursier
key: ${{ runner.os }}-scala-${{ matrix.scala.version }}-${{ hashFiles('**/*.sbt') }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
java-version: zulu@${{ matrix.java }}
- name: print Java version
run: java -version
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/coursier
key: ${{ runner.os }}-scala-${{ matrix.scala.version }}-${{ hashFiles('**/*.sbt') }}
Expand Down

0 comments on commit 08c559d

Please sign in to comment.