From fece919fad8645c8d4e0f4db8beb70da9f092120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:17:27 +0000 Subject: [PATCH] Bump ScribeMD/docker-cache from 0.4.0 to 0.5.0 Bumps [ScribeMD/docker-cache](https://github.com/scribemd/docker-cache) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/scribemd/docker-cache/releases) - [Changelog](https://github.com/ScribeMD/docker-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/scribemd/docker-cache/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: ScribeMD/docker-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 4 ++-- .github/workflows/pr.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7516efdc5..7052b4cdc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,7 @@ jobs: server-username: MAVEN_USERNAME server-password: MAVEN_CENTRAL_TOKEN - name: Cache Docker images - uses: ScribeMD/docker-cache@0.4.0 + uses: ScribeMD/docker-cache@0.5.0 with: key: fscrawler-docker-cache-${{ runner.os }}-${{ hashFiles('pom.xml') }} continue-on-error: true @@ -41,7 +41,7 @@ jobs: server-username: MAVEN_USERNAME server-password: MAVEN_CENTRAL_TOKEN - name: Cache Docker images - uses: ScribeMD/docker-cache@0.4.0 + uses: ScribeMD/docker-cache@0.5.0 with: key: fscrawler-docker-cache-${{ runner.os }}-${{ hashFiles('pom.xml') }} continue-on-error: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d03ba8e29..af344f17a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,7 @@ jobs: distribution: 'adopt' cache: 'maven' - name: Cache Docker images - uses: ScribeMD/docker-cache@0.4.0 + uses: ScribeMD/docker-cache@0.5.0 with: key: fscrawler-docker-cache-${{ runner.os }}-${{ hashFiles('pom.xml') }} continue-on-error: true @@ -70,7 +70,7 @@ jobs: distribution: 'adopt' cache: 'maven' - name: Cache Docker images - uses: ScribeMD/docker-cache@0.4.0 + uses: ScribeMD/docker-cache@0.5.0 with: key: fscrawler-docker-cache-${{ runner.os }}-${{ hashFiles('pom.xml') }} continue-on-error: true @@ -90,7 +90,7 @@ jobs: distribution: 'adopt' cache: 'maven' - name: Cache Docker images - uses: ScribeMD/docker-cache@0.4.0 + uses: ScribeMD/docker-cache@0.5.0 with: key: fscrawler-docker-cache-${{ runner.os }}-${{ hashFiles('pom.xml') }} continue-on-error: true @@ -110,7 +110,7 @@ jobs: distribution: 'adopt' cache: 'maven' - name: Cache Docker images - uses: ScribeMD/docker-cache@0.4.0 + uses: ScribeMD/docker-cache@0.5.0 with: key: fscrawler-docker-cache-${{ runner.os }}-${{ hashFiles('pom.xml') }} continue-on-error: true