1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-30 16:06:06 +02:00

chore(deps): Bump actions/cache from 2.1.7 to 3 (#2502)

This commit is contained in:
dependabot[bot] 2022-03-21 18:43:58 +01:00 committed by GitHub
parent 0dc80e6d13
commit 00dffb21f0
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
id: buildx
- name: Cache Docker layers
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
@ -89,7 +89,7 @@ jobs:
id: buildx
- name: Cache Docker layers
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}

View File

@ -28,7 +28,7 @@ jobs:
id: buildx
- name: Cache Docker layers
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}