summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-12 01:07:26 +0300
committerGitHub <noreply@github.com>2024-04-12 01:07:26 +0300
commit4607bfe4c1d7db74cb851ee293cc1cd091eef4aa (patch)
treea26d81525e6ed5d1bdf08a213c42fadf2db6780e
parentf2d8b294a8cdc2ee7f5a7be738224da2c563665c (diff)
chore: Bump actions/cache from 3 to 4 (#131)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index a318479..026eb3e 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -45,7 +45,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}