Skip to content

Commit

Permalink
Merge pull request #226 from taliesins/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.3.2

chore(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
taliesins authored Dec 27, 2023
2 parents 9e28ca1 + 48a9870 commit e66faad
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 @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cache-go-pkg-mod
uses: actions/[email protected].1
uses: actions/[email protected].2
continue-on-error: true
id: cache-go-pkg-mod
timeout-minutes: 2
Expand All @@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cache-terraform-plugin-dir
uses: actions/[email protected].1
uses: actions/[email protected].2
continue-on-error: true
id: cache-terraform-plugin-dir
timeout-minutes: 2
Expand All @@ -89,12 +89,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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
with:
path: ~/go/pkg/mod
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
Expand All @@ -109,15 +109,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cache-terraform-providers-schema
uses: actions/[email protected].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
timeout-minutes: 2
with:
path: terraform-plugin-dir
Expand Down Expand Up @@ -151,13 +151,13 @@ jobs:
- name: go env
run: |
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
continue-on-error: true
timeout-minutes: 2
with:
Expand All @@ -181,13 +181,13 @@ jobs:
- name: go env
run: |
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
continue-on-error: true
timeout-minutes: 2
with:
Expand All @@ -206,13 +206,13 @@ jobs:
- name: go env
run: |
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
continue-on-error: true
timeout-minutes: 2
with:
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
continue-on-error: true
timeout-minutes: 2
with:
Expand Down

0 comments on commit e66faad

Please sign in to comment.