Skip to content

Commit e3e07c9

Browse files
Bump actions/cache from 3.3.1 to 3.3.2 (#426)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd73f47 commit e3e07c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/terraform_provider.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/[email protected]
25-
- uses: actions/[email protected].1
25+
- uses: actions/[email protected].2
2626
continue-on-error: true
2727
id: cache-terraform-plugin-dir
2828
timeout-minutes: 2
@@ -46,15 +46,15 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/[email protected]
49-
- uses: actions/[email protected].1
49+
- uses: actions/[email protected].2
5050
continue-on-error: true
5151
id: cache-terraform-providers-schema
5252
timeout-minutes: 2
5353
with:
5454
path: terraform-providers-schema
5555
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
5656
- if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
timeout-minutes: 2
5959
with:
6060
path: terraform-plugin-dir

0 commit comments

Comments
 (0)