Skip to content

Commit

Permalink
Bump actions/cache from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kevin-lee committed Sep 11, 2023
1 parent d24b30a commit 6791a60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.ivy2/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.ivy2/cache
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
distribution: ${{ env.GH_JAVA_DISTRIBUTION }}

- name: Cache SBT
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: olafurpg/setup-gpg@v3

- name: Cache SBT
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- uses: olafurpg/setup-gpg@v3

- name: Cache SBT
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.ivy2/cache
Expand Down

0 comments on commit 6791a60

Please sign in to comment.