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 and nijel committed Nov 5, 2024
1 parent 7f2fdcb commit f6a3b95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Configure Docker build
run: .github/bin/get-buildx-args
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: uv-cache
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Configure Docker build
run: .github/bin/get-buildx-args
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: uv-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Configure Docker build
run: .github/bin/get-buildx-args
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: uv-cache
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Configure Docker build
run: .github/bin/get-buildx-args
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: uv-cache
Expand Down

0 comments on commit f6a3b95

Please sign in to comment.