Skip to content

Commit 7619c8a

Browse files
committed
chore: bump actions/cache to v4.2.4
1 parent 49932e6 commit 7619c8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/terraform_provider_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242
continue-on-error: true
4343
id: cache-terraform-plugin-dir
4444
timeout-minutes: 2
@@ -62,15 +62,15 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
65+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6666
continue-on-error: true
6767
id: cache-terraform-providers-schema
6868
timeout-minutes: 2
6969
with:
7070
path: terraform-providers-schema
7171
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
7272
- if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
73-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7474
timeout-minutes: 2
7575
with:
7676
path: terraform-plugin-dir

.github/workflows/terraform_provider_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242
continue-on-error: true
4343
id: cache-terraform-plugin-dir
4444
timeout-minutes: 2
@@ -62,15 +62,15 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
65+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6666
continue-on-error: true
6767
id: cache-terraform-providers-schema
6868
timeout-minutes: 2
6969
with:
7070
path: terraform-providers-schema
7171
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
7272
- if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
73-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7474
timeout-minutes: 2
7575
with:
7676
path: terraform-plugin-dir

0 commit comments

Comments
 (0)