Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/cache from 3.3.2 to 3.3.3 #238

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading