Skip to content

Commit 87a8033

Browse files
authored
Merge pull request #113 from LibreCodeCoop/dependabot/github_actions/actions/cache-6
chore(deps): bump actions/cache from 5 to 6
2 parents eaa0b65 + f053c90 commit 87a8033

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v4
2929
- name: Cache Docker layers
30-
uses: actions/cache@v5
30+
uses: actions/cache@v6
3131
with:
3232
path: /tmp/.buildx-cache
3333
key: nginx-buildx-${{ github.sha }}

.github/workflows/docker-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v4
3636
- name: Cache Docker layers
3737
id: docker-cache
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
with:
4040
path: /tmp/.buildx-cache
4141
key: ${{ matrix.container }}-buildx-${{ github.sha }}
@@ -85,7 +85,7 @@ jobs:
8585
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
8686
- name: Save Docker cache
8787
if: steps.docker-cache.outputs.cache-hit != 'true'
88-
uses: actions/cache@v5
88+
uses: actions/cache@v6
8989
with:
9090
path: /tmp/.buildx-cache
9191
key: ${{ matrix.container }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)