Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 4.0.0 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.0...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent d079084 commit e31fbac
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 3
Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 3
Expand All @@ -88,7 +88,7 @@ jobs:
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}-${{ hashFiles('**/go.sum') }}
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}
${{ runner.os }}-go-pkg-mod
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-build
timeout-minutes: 3
Expand All @@ -102,7 +102,7 @@ jobs:
${{ runner.os }}-go-build-${{ hashFiles('.github/workflows/release.yml') }}
${{ runner.os }}-go-build
- name: Cache cache-terraform-plugin-dir
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-terraform-plugin-dir
timeout-minutes: 2
Expand All @@ -129,7 +129,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cache-terraform-providers-schema
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-terraform-providers-schema
timeout-minutes: 2
Expand All @@ -138,7 +138,7 @@ jobs:
terraform-providers-schema
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('.github/workflows/release.yml') }}-${{ hashFiles('**/go.sum') }}-${{ hashFiles('internal/**', 'api/**', 'powershell/**') }}
- name: Cache cache-terraform-plugin-dir
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-terraform-plugin-dir
timeout-minutes: 2
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 3
Expand All @@ -186,7 +186,7 @@ jobs:
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}-${{ hashFiles('**/go.sum') }}
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}
${{ runner.os }}-go-pkg-mod
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-build
timeout-minutes: 3
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 3
Expand All @@ -230,7 +230,7 @@ jobs:
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}-${{ hashFiles('**/go.sum') }}
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}
${{ runner.os }}-go-pkg-mod
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-build
timeout-minutes: 3
Expand All @@ -257,7 +257,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 3
Expand All @@ -269,7 +269,7 @@ jobs:
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}-${{ hashFiles('**/go.sum') }}
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}
${{ runner.os }}-go-pkg-mod
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-build
timeout-minutes: 3
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.CREATE_TAG_GITHUB_TOKEN }}
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 3
Expand All @@ -343,7 +343,7 @@ jobs:
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}-${{ hashFiles('**/go.sum') }}
${{ runner.os }}-go-pkg-mod-${{ hashFiles('.github/workflows/release.yml') }}
${{ runner.os }}-go-pkg-mod
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
continue-on-error: true
id: cache-go-build
timeout-minutes: 3
Expand Down

0 comments on commit e31fbac

Please sign in to comment.