Skip to content

Commit

Permalink
Merge pull request #281 from dictyBase/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/actions/cache-4.0.1

build(deps): bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
kodiakhq[bot] authored Mar 2, 2024
2 parents 4f721f6 + a6d2ef3 commit 832522b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: set up docker buildx
uses: docker/setup-buildx-action@v3
- name: cache docker layers
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 832522b

Please sign in to comment.