From f214df602b7f97265db216db3d12bf8d381b5fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:28:58 +0100 Subject: [PATCH] build(deps): bump actions/cache from 4.1.2 to 4.2.0 (#83) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [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/6849a6489940f00c2f30c0fb92c6274307ccb58a...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pulumi-preview.yml | 12 ++++++------ .github/workflows/pulumi-up.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pulumi-preview.yml b/.github/workflows/pulumi-preview.yml index 8066b50..fff5c76 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -41,8 +41,8 @@ jobs: # v5.3.0 with: python-version: 3.12 - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a - # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + # v4.2.0 with: path: ~/.local key: poetry-latest @@ -53,8 +53,8 @@ jobs: virtualenvs-in-project: true installer-parallel: true - id: cache-deps - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a - # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + # v4.2.0 with: path: | ${{ env.POETRY_PATH }}/.venv @@ -70,8 +70,8 @@ jobs: organization: notdodo requested-token-type: urn:pulumi:token-type:access_token:personal scope: user:notdodo - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a - # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + # v4.2.0 with: path: ${{ env.PULUMI_HOME }}/plugins key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }} diff --git a/.github/workflows/pulumi-up.yml b/.github/workflows/pulumi-up.yml index cfa21f9..1c268ea 100644 --- a/.github/workflows/pulumi-up.yml +++ b/.github/workflows/pulumi-up.yml @@ -33,8 +33,8 @@ jobs: # v5.3.0 with: python-version: 3.12 - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a - # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + # v4.2.0 with: path: ~/.local key: poetry-latest @@ -45,8 +45,8 @@ jobs: virtualenvs-in-project: true installer-parallel: true - id: cache-deps - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a - # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + # v4.2.0 with: path: | ${{ env.POETRY_PATH }}/.venv @@ -62,8 +62,8 @@ jobs: organization: notdodo requested-token-type: urn:pulumi:token-type:access_token:personal scope: user:notdodo - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a - # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + # v4.2.0 with: path: ${{ env.PULUMI_HOME }}/plugins key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }}