From c71b2764443130cfab56feead4775677a1728e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:20:13 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.2 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...3624ceb22c1c5a301c8db4169662070a689d9ea8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 0b02264..08ab8b7 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -45,8 +45,8 @@ jobs: # v5.2.0 with: python-version: 3.12 - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 - # v4.0.2 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + # v4.1.1 with: path: ~/.local key: poetry-latest @@ -57,8 +57,8 @@ jobs: virtualenvs-in-project: true installer-parallel: true - id: cache-deps - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 - # v4.0.2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + # v4.1.1 with: path: .venv key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }} @@ -70,8 +70,8 @@ jobs: organization: notdodo requested-token-type: urn:pulumi:token-type:access_token:personal scope: user:notdodo - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 - # v4.0.2 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + # v4.1.1 with: path: ~/.pulumi/plugins key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }} diff --git a/.github/workflows/pulumi-up.yml b/.github/workflows/pulumi-up.yml index b36b791..058dc0d 100644 --- a/.github/workflows/pulumi-up.yml +++ b/.github/workflows/pulumi-up.yml @@ -30,8 +30,8 @@ jobs: # v5.2.0 with: python-version: 3.12 - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 - # v4.0.2 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + # v4.1.1 with: path: ~/.local key: poetry-latest @@ -42,8 +42,8 @@ jobs: virtualenvs-in-project: true installer-parallel: true - id: cache-deps - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 - # v4.0.2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + # v4.1.1 with: path: .venv key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }} @@ -55,8 +55,8 @@ jobs: organization: notdodo requested-token-type: urn:pulumi:token-type:access_token:personal scope: user:notdodo - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 - # v4.0.2 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + # v4.1.1 with: path: ~/.pulumi/plugins key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }}