From 35abf32ef5049856d9e2c51ca9da91da28dadfba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:19:17 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 4.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.1.0. - [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.0) --- 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..2ad5bc4d 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.0 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.0 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.0 timeout-minutes: 2 with: path: terraform-plugin-dir