From 1dfa111b8c539e0b7c15fb6f427463e685dab428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:33:48 +0700 Subject: [PATCH] chore: bump actions/cache from 3.3.2 to 3.3.3 (#15) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.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.3.2...v3.3.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 9ebcbe1..bef6661 100644 --- a/action.yaml +++ b/action.yaml @@ -26,7 +26,7 @@ runs: - id: cache if: inputs.cache == 'true' - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | ${{ steps.pipx.outputs.bin_dir }}/poetry*