Skip to content

Commit

Permalink
Update docker cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Apr 3, 2024
1 parent 85249c2 commit bd5c07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '18'
cache: 'pnpm'
- name: Cache Docker images
uses: ScribeMD/docker-cache@0.3.7
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-v1-${{ runner.os }}-${{ hashFiles('.hass/config/.HA_VERSION', '.playwright_docker_version') }}
- name: Install deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '18'
cache: 'pnpm'
- name: Cache Docker images
uses: ScribeMD/docker-cache@0.3.7
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-v1-${{ runner.os }}-${{ hashFiles('.hass/config/.HA_VERSION', '.playwright_docker_version') }}
- name: Install
Expand Down

0 comments on commit bd5c07e

Please sign in to comment.