From 29daf87e8226c59abb5853ba55a41621db4fbf1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:57:41 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.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/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 ffe2b5f..3a298dc 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -41,8 +41,8 @@ jobs: # v5.2.0 with: python-version: 3.12 - - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 - # v4.1.1 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + # v4.1.2 with: path: ~/.local key: poetry-latest @@ -53,8 +53,8 @@ jobs: virtualenvs-in-project: true installer-parallel: true - id: cache-deps - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 - # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + # v4.1.2 with: path: ${{ env.POETRY_PATH }}/.venv key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }} @@ -68,8 +68,8 @@ jobs: organization: notdodo requested-token-type: urn:pulumi:token-type:access_token:personal scope: user:notdodo - - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 - # v4.1.1 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + # v4.1.2 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 cb68fde..28fe0de 100644 --- a/.github/workflows/pulumi-up.yml +++ b/.github/workflows/pulumi-up.yml @@ -33,8 +33,8 @@ jobs: # v5.2.0 with: python-version: 3.12 - - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 - # v4.1.1 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + # v4.1.2 with: path: ~/.local key: poetry-latest @@ -45,8 +45,8 @@ jobs: virtualenvs-in-project: true installer-parallel: true - id: cache-deps - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 - # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + # v4.1.2 with: path: ${{ env.POETRY_PATH }}/.venv key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }} @@ -60,8 +60,8 @@ jobs: organization: notdodo requested-token-type: urn:pulumi:token-type:access_token:personal scope: user:notdodo - - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 - # v4.1.1 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + # v4.1.2 with: path: ${{ env.PULUMI_HOME }}/plugins key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }}