Skip to content

Commit

Permalink
Merge pull request #2224 from dictyBase/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/actions/cache-4.0.2

build(deps): bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
kodiakhq[bot] authored Jul 6, 2024
2 parents 8b5056f + 0bfdb45 commit 230769e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: set up docker buildx
uses: docker/setup-buildx-action@v3
- name: cache docker layers
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: set up docker buildx
uses: docker/setup-buildx-action@v3
- name: cache docker layers
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 230769e

Please sign in to comment.