Skip to content

Commit

Permalink
Merge pull request #1847 from dadoonet/dependabot/github_actions/Scri…
Browse files Browse the repository at this point in the history
…beMD/docker-cache-0.5.0

Bump ScribeMD/docker-cache from 0.4.0 to 0.5.0
  • Loading branch information
mergify[bot] authored Mar 27, 2024
2 parents 3678ca1 + fece919 commit 6a12593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6a12593

Please sign in to comment.