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') }}