Skip to content

Commit

Permalink
Bump coursier/cache-action from 6.4.5 to 6.4.6
Browse files Browse the repository at this point in the history
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.5 to 6.4.6.
- [Release notes](https://github.com/coursier/cache-action/releases)
- [Commits](coursier/cache-action@v6.4.5...v6.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent e823405 commit 8ad7c95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/cache-action@v6.4.5
uses: coursier/cache-action@v6.4.6
- name: Check all code compiles
run: sbt +Test/compile
- name: Check artifacts build process
Expand All @@ -60,7 +60,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/cache-action@v6.4.5
uses: coursier/cache-action@v6.4.6
- name: Check if the site workflow is up to date
run: sbt ciCheckGithubWorkflow
- name: Lint
Expand All @@ -86,7 +86,7 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
- name: Cache Dependencies
uses: coursier/cache-action@v6.4.5
uses: coursier/cache-action@v6.4.6
- name: Git Checkout
uses: actions/checkout@v4.1.1
with:
Expand All @@ -112,7 +112,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/cache-action@v6.4.5
uses: coursier/cache-action@v6.4.6
- name: Generate Readme
run: sbt docs/generateReadme
- name: Commit Changes
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/cache-action@v6.4.5
uses: coursier/cache-action@v6.4.6
- name: Release
run: sbt ci-release
env:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/cache-action@v6.4.5
uses: coursier/cache-action@v6.4.6
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: temurin
java-version: 17
check-latest: true
- uses: coursier/cache-action@v6.4.5
- uses: coursier/cache-action@v6.4.6
- uses: VirtusLab/scala-cli-setup@main
- name: Use CI sbt jvmopts
shell: bash
Expand Down

0 comments on commit 8ad7c95

Please sign in to comment.