Skip to content

Commit

Permalink
Merge pull request #70 from kool-dev/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.3.0

Bump actions/cache from 2.1.6 to 3.3.0
  • Loading branch information
fabriciojs authored Mar 9, 2024
2 parents 5cb8611 + 68ca92a commit e188495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v2.5.0

- name: Cache Docker layers
uses: actions/cache@v2.1.6
uses: actions/cache@v3.3.0
with:
path: /tmp/.buildx-cache
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}
Expand Down

0 comments on commit e188495

Please sign in to comment.