Skip to content

Commit

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

---
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 Feb 5, 2024
1 parent db007e9 commit 4b0ee65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7 # v6.4.4
- uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d # v6.4.5
- run: sbt -v
scalafmtSbtCheck
"++ ${{ matrix.scala }} -v"
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install pandoc
run: ./.github/install_pandoc.sh
- uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7 # v6.4.4
- uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d # v6.4.5
- name: Generate html
run: ./.github/gen_doc.sh
- name: Push to gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install pandoc
run: ./.github/install_pandoc.sh
- uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7 # v6.4.4
- uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d # v6.4.5
- name: Generate html
run: ./.github/gen_doc.sh
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 4b0ee65

Please sign in to comment.