Skip to content

Commit

Permalink
Merge pull request #88 from streamr-dev/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

ci(deps): bump actions/cache from 3 to 4
  • Loading branch information
DaisyDomergue authored Apr 11, 2024
2 parents bb03365 + 13ec08b commit fafedb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-v1-${{ github.sha }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
driver-opts: |
network=host
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-v1-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
driver-opts: |
network=host
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-v1-${{ github.sha }}
Expand Down

0 comments on commit fafedb4

Please # to comment.