From 8a4bb3f26c20642101115aa27d7b8621405053cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:27:21 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.4.4 to 6.4.5 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](https://github.com/coursier/cache-action/compare/a0e7cd24be81bc84f0d7461e02bd1a96980553d7...1ff273bff02a8787bc9f1877d347948af647956d) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/doc.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 991f12c6..ff3e782f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" @@ -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 diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 0c6dbe5b..13a5cbbd 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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