Skip to content

Commit 94e823d

Browse files
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](actions/cache@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] <[email protected]>
1 parent 2cd463c commit 94e823d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/terraform_provider.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/[email protected]
29-
- uses: actions/cache@v3.3.2
29+
- uses: actions/cache@v4.1.1
3030
continue-on-error: true
3131
id: cache-terraform-plugin-dir
3232
timeout-minutes: 2
@@ -50,15 +50,15 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/[email protected]
53-
- uses: actions/cache@v3.3.2
53+
- uses: actions/cache@v4.1.1
5454
continue-on-error: true
5555
id: cache-terraform-providers-schema
5656
timeout-minutes: 2
5757
with:
5858
path: terraform-providers-schema
5959
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
6060
- if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
61-
uses: actions/cache@v3.3.2
61+
uses: actions/cache@v4.1.1
6262
timeout-minutes: 2
6363
with:
6464
path: terraform-plugin-dir

0 commit comments

Comments
 (0)