From 90cc9989924a11aa13f80f81525a7f0054775332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:00:49 +0100 Subject: [PATCH] build(deps): bump actions/cache from 4.1.1 to 4.1.2 (#61) 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] 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 38f95d9..2ed23cf 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 333332f..3c2c00e 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') }}