Skip to content

Commit 8eea545

Browse files
authored
Merge pull request #11 from flashcatcloud/dependabot/github_actions/actions/cache-5
chore(ci): bump actions/cache from 4 to 5
2 parents bef4882 + 00e52f7 commit 8eea545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
type=raw,value=latest,enable=${{ github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') }}
5757
5858
- name: Go Build Cache for Docker
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: go-build-cache
6262
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)