Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent 63bb5d5 commit e682442
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/bleeding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -592,7 +592,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -641,7 +641,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -699,13 +699,13 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-arm64
with:
path: /tmp/.buildx-cache/linux/arm64
key: ${{ runner.os }}-bleeding-${{ github.run_id }}-linux/arm64
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-amd64
with:
path: /tmp/.buildx-cache/linux/amd64
Expand Down Expand Up @@ -750,13 +750,13 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-arm64
with:
path: /tmp/.buildx-cache/linux/arm64
key: ${{ runner.os }}-bleeding-${{ github.run_id }}-linux/arm64
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-amd64
with:
path: /tmp/.buildx-cache/linux/amd64
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -595,7 +595,7 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache/${{ matrix.architecture }}
Expand Down Expand Up @@ -650,13 +650,13 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-arm64
with:
path: /tmp/.buildx-cache/linux/arm64
key: ${{ runner.os }}-buildx-${{ github.sha }}-linux/arm64
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-amd64
with:
path: /tmp/.buildx-cache/linux/amd64
Expand Down Expand Up @@ -698,13 +698,13 @@ jobs:
# renovate: datasource=github-releases depName=docker/buildx
version: v0.12.1
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-arm64
with:
path: /tmp/.buildx-cache/linux/arm64
key: ${{ runner.os }}-buildx-${{ github.sha }}-linux/arm64
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-amd64
with:
path: /tmp/.buildx-cache/linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
Expand Down

0 comments on commit e682442

Please sign in to comment.