Skip to content

Commit

Permalink
Merge pull request #1099 from CodeForAfrica/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4.1.1

Bump actions/cache from 4.0.2 to 4.1.1
  • Loading branch information
kilemensi authored Oct 9, 2024
2 parents 9e5be8e + e3bccef commit 3373a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 3373a69

Please sign in to comment.