From 4f938768edd9711d6699ebb3cb9e032c428a33b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 20:02:42 +0000 Subject: [PATCH 1/2] Bump actions/cache from 3.2.1 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.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.2.1...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 a7b3e6f46..04d8e67f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Cache Briefcase tools - uses: actions/cache@v3.2.1 + uses: actions/cache@v3.2.2 with: key: briefcase-${{ matrix.platform }} path: | From f0787e8e7f269c619eb6f3d7b5580d8d9ba82059 Mon Sep 17 00:00:00 2001 From: "Dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 20:05:16 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/1028.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/1028.misc.rst diff --git a/changes/1028.misc.rst b/changes/1028.misc.rst new file mode 100644 index 000000000..ddd620b94 --- /dev/null +++ b/changes/1028.misc.rst @@ -0,0 +1 @@ +Updated actions/cache from 3.2.1 to 3.2.2.