From 6f5a48c2abfd24c904b61cb727ae50144cf4eb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:34:11 +0000 Subject: [PATCH] Bump actions/cache from 3.0.5 to 3.0.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. - [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/v3.0.5...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/addon-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index 7850a96..dd5f3a0 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -137,7 +137,7 @@ jobs: uses: actions/checkout@v3 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.6 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }}