Skip to content

Commit

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

---
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 Aug 29, 2022
1 parent 1d285a7 commit a6982c3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache cache-go-pkg-mod
uses: actions/[email protected].2
uses: actions/[email protected].8
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 2
Expand All @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache cache-terraform-plugin-dir
uses: actions/[email protected].2
uses: actions/[email protected].8
continue-on-error: true
id: cache-terraform-plugin-dir
timeout-minutes: 2
Expand All @@ -88,12 +88,12 @@ jobs:
run: |
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
- if: steps.cache-terraform-plugin-dir.outputs.cache-hit != 'true' || steps.cache-terraform-plugin-dir.outcome == 'failure'
uses: actions/[email protected].2
uses: actions/[email protected].8
with:
path: ${{ env.GOCACHE }}
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**', 'api/**', 'powershell/**') }}
- if: steps.cache-terraform-plugin-dir.outputs.cache-hit != 'true' || steps.cache-terraform-plugin-dir.outcome == 'failure'
uses: actions/[email protected].2
uses: actions/[email protected].8
with:
path: ~/go/pkg/mod
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
Expand All @@ -108,15 +108,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache cache-terraform-providers-schema
uses: actions/[email protected].2
uses: actions/[email protected].8
continue-on-error: true
id: cache-terraform-providers-schema
timeout-minutes: 2
with:
path: terraform-providers-schema
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**', 'api/**', 'powershell/**') }}
- if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
uses: actions/[email protected].2
uses: actions/[email protected].8
timeout-minutes: 2
with:
path: terraform-plugin-dir
Expand Down Expand Up @@ -150,13 +150,13 @@ jobs:
- name: go env
run: |
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
- uses: actions/[email protected].2
- uses: actions/[email protected].8
continue-on-error: true
timeout-minutes: 2
with:
path: ${{ env.GOCACHE }}
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**', 'api/**', 'powershell/**') }}
- uses: actions/[email protected].2
- uses: actions/[email protected].8
continue-on-error: true
timeout-minutes: 2
with:
Expand All @@ -180,13 +180,13 @@ jobs:
- name: go env
run: |
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
- uses: actions/[email protected].2
- uses: actions/[email protected].8
continue-on-error: true
timeout-minutes: 2
with:
path: ${{ env.GOCACHE }}
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**', 'api/**', 'powershell/**') }}
- uses: actions/[email protected].2
- uses: actions/[email protected].8
continue-on-error: true
timeout-minutes: 2
with:
Expand All @@ -205,13 +205,13 @@ jobs:
- name: go env
run: |
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
- uses: actions/[email protected].2
- uses: actions/[email protected].8
continue-on-error: true
timeout-minutes: 2
with:
path: ${{ env.GOCACHE }}
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**', 'api/**', 'powershell/**') }}
- uses: actions/[email protected].2
- uses: actions/[email protected].8
continue-on-error: true
timeout-minutes: 2
with:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/[email protected].2
- uses: actions/[email protected].8
continue-on-error: true
timeout-minutes: 2
with:
Expand Down

0 comments on commit a6982c3

Please sign in to comment.