From 4c03c75ee70edc53485070b755bc37744ff20af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 01:23:12 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [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.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f47caa..89d9656 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: echo "version=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT shell: bash working-directory: musl-cross-make - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 id: cache with: path: cross-${{matrix.targets}}.tar.xz @@ -61,7 +61,7 @@ jobs: echo "version=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT shell: bash working-directory: musl-cross-make - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 id: cache with: path: native-${{matrix.targets}}.tar.xz