From 9ebd15535e4612dc0e4a7083f152c81919f1004b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 23:58:32 +0000 Subject: [PATCH 1/2] Bump actions/cache from 3.2.2 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.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/v3.2.2...v3.2.3) --- 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 c04667a57..4c052d906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Cache Briefcase tools - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: key: briefcase-${{ matrix.platform }} path: | From 024086f827fbb221949bdf3df31eba07ae2a5e7e Mon Sep 17 00:00:00 2001 From: "Dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 23:58:44 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/1047.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/1047.misc.rst diff --git a/changes/1047.misc.rst b/changes/1047.misc.rst new file mode 100644 index 000000000..197708e10 --- /dev/null +++ b/changes/1047.misc.rst @@ -0,0 +1 @@ +Updated actions/cache from 3.2.2 to 3.2.3.