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] authored Jan 17, 2024
1 parent 8d91eda commit ac937c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 @@ -64,7 +64,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 @@ -92,7 +92,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 @@ -124,7 +124,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 @@ -170,7 +170,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 @@ -221,19 +221,19 @@ 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-arm-v7
with:
path: /tmp/.buildx-cache/linux/arm/v7
key: ${{ runner.os }}-buildx-${{ github.sha }}-linux/arm/v7
- 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 @@ -271,19 +271,19 @@ 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-arm-v7
with:
path: /tmp/.buildx-cache/linux/arm/v7
key: ${{ runner.os }}-buildx-${{ github.sha }}-linux/arm/v7
- 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 ac937c1

Please sign in to comment.