From 94e823d4ebfe722f0b66ea0b32519303400090f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 07:11:48 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.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/v3.3.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform_provider.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform_provider.yml b/.github/workflows/terraform_provider.yml index 05f847ae..b7b9b210 100644 --- a/.github/workflows/terraform_provider.yml +++ b/.github/workflows/terraform_provider.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.1.1 continue-on-error: true id: cache-terraform-plugin-dir timeout-minutes: 2 @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.1.1 continue-on-error: true id: cache-terraform-providers-schema timeout-minutes: 2 @@ -58,7 +58,7 @@ jobs: path: terraform-providers-schema key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }} - if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure' - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.1.1 timeout-minutes: 2 with: path: terraform-plugin-dir