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

Bump actions/cache from 3 to 4 #11543

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Cache Go
id: go-mod-cache
timeout-minutes: 15
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~\go\pkg\mod
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -98,7 +98,7 @@ jobs:
if: steps.go-cache.outputs.cache-hit != 'true'
run: make install-tools
- name: Cache Lint Build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/go-build
key: go-lint-build-${{ matrix.group }}-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -169,7 +169,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -260,7 +260,7 @@ jobs:
if: steps.go-cache.outputs.cache-hit != 'true'
run: make install-tools
- name: Cache Test Build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/go-build
key: go-test-build-${{ runner.os }}-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -342,7 +342,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -368,7 +368,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
path: ./bin/
- name: Cache Wix
id: wix-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
"C:\Program Files (x86)\WiX Toolset v3.11"
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
Loading