Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https:/actions/cache) from 3.3.2 to 3.3.3.
- [Release notes](https:/actions/cache/releases)
- [Changelog](https:/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.2...v3.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 63a8f40 commit 3a10f5c
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
continue-on-error: true
id: cache-go-build
timeout-minutes: 3
Expand Down

0 comments on commit 3a10f5c

Please sign in to comment.