Skip to content

Commit 0768d1e

Browse files
authored
Merge pull request #117 from netdata/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 0a00764 + e300c57 commit 0768d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKER_TOKEN }}
4141
- name: Prepare Cache
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: /tmp/.buildx-cache
4545
key: ${{ runner.os }}-buildx-devenv

0 commit comments

Comments
 (0)