Skip to content

Commit

Permalink
Bump whoan/docker-build-with-cache-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 5 to 6.
- [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases)
- [Commits](whoan/docker-build-with-cache-action@v5...v6)

---
updated-dependencies:
- dependency-name: whoan/docker-build-with-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 1, 2022
1 parent a0d1a17 commit 721e681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build Docker Container with Build Environment
id: docker-build
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v6
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Build Docker Container with Build Environment
id: docker-build
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v6
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
- name: Build Docker Container with Testing Environment
id: docker-build
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v6
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:

- name: Build Docker Container with Testing Environment
id: docker-build
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v6
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 721e681

Please sign in to comment.