Skip to content

Commit a9b2c75

Browse files
authored
Merge pull request #1126 from CodeForAfrica/dependabot/github_actions/actions/cache-4.3.0
Bump actions/cache from 4.2.4 to 4.3.0
2 parents bfb0b3c + 9e7de1c commit a9b2c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v3
2525

2626
- name: Cache Docker layers
27-
uses: actions/cache@v4.2.4
27+
uses: actions/cache@v4.3.0
2828
with:
2929
path: /tmp/.buildx-cache
3030
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v3
2222

2323
- name: Cache Docker layers
24-
uses: actions/cache@v4.2.4
24+
uses: actions/cache@v4.3.0
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)