From c9c8054a48e5f31b32fb748b5dcca6f4d75db975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:01:04 +0000 Subject: [PATCH 1/2] Bump actions/cache from 1 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 1 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/v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 080e9cf..d50b53a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: # Used to cache cargo-web - name: Cache cargo folder - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cargo key: ${{ matrix.platform.target }}-cargo-${{ matrix.rust_version }} From 98dc5b26fea537d72c9b7d6bbfa48d4a3676cc62 Mon Sep 17 00:00:00 2001 From: jtnunley Date: Mon, 10 Apr 2023 10:36:42 -0700 Subject: [PATCH 2/2] Empty commit to re-run CI That CI failure looks spurious to me.