Skip to content

Commit

Permalink
Merge pull request #464 from Poeschl/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
Poeschl authored Mar 24, 2024
2 parents 081b14a + ab7caad commit 86e9079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: "./${{ matrix.addon }}/"

- name: 🗄️ Cache docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.addon }}-${{ hashFiles('**/Dockerfile') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: "./${{ matrix.addon }}/"

- name: 🗄️ Cache docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.addon }}-${{ hashFiles('**/Dockerfile') }}
Expand Down

0 comments on commit 86e9079

Please sign in to comment.