Skip to content
Snippets Groups Projects
Unverified Commit 4cb0f5a9 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/cache from 2 to 3 (#13980)

* Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3

)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

* Changelog

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarGitHub Actions <github-actions[bot]@users.noreply.github.com>
parent a2c72598
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ jobs:
install: true
- name: Set up docker layer caching
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
......
Bump actions/cache from 2 to 3.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment