Skip to content

Commit e6d400c

Browse files
lukidzikumahq[bot]
authored andcommitted
chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)
We can observe warnings in jobs because of old cache action Upgrade to the same as master branch Signed-off-by: Lukasz Dziedziak <[email protected]>
1 parent d60abd2 commit e6d400c

File tree

7 files changed

+37
-0
lines changed

7 files changed

+37
-0
lines changed

.github/workflows/_build_publish.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ jobs:
5454
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
5555
with:
5656
go-version-file: go.mod
57+
<<<<<<< HEAD
5758
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
59+
=======
60+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
61+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
5862
with:
5963
path: |
6064
${{ env.CI_TOOLS_DIR }}
@@ -105,7 +109,11 @@ jobs:
105109
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
106110
with:
107111
go-version-file: go.mod
112+
<<<<<<< HEAD
108113
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
114+
=======
115+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
116+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
109117
with:
110118
path: |
111119
${{ env.CI_TOOLS_DIR }}
@@ -227,7 +235,11 @@ jobs:
227235
go-version-file: go.mod
228236
cache-dependency-path: |
229237
go.sum
238+
<<<<<<< HEAD
230239
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
240+
=======
241+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
242+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
231243
with:
232244
path: |
233245
${{ env.CI_TOOLS_DIR }}

.github/workflows/_e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3434
with:
3535
go-version-file: go.mod
36+
<<<<<<< HEAD
3637
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
38+
=======
39+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
40+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
3741
with:
3842
path: |
3943
${{ env.CI_TOOLS_DIR }}

.github/workflows/_test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2727
with:
2828
go-version-file: go.mod
29+
<<<<<<< HEAD
2930
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
31+
=======
32+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
33+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
3034
with:
3135
path: |
3236
${{ env.CI_TOOLS_DIR }}

.github/workflows/build-test-distribute.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@ jobs:
5555
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
5656
with:
5757
args: --fix=false --verbose
58+
<<<<<<< HEAD
5859
version: v1.56.1
5960
skip-pkg-cache: true
6061
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
62+
=======
63+
version: v1.60.3
64+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
65+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
6166
with:
6267
path: |
6368
${{ env.CI_TOOLS_DIR }}

.github/workflows/helm-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ jobs:
3434
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
3535
with:
3636
go-version-file: go.mod
37+
<<<<<<< HEAD
3738
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
39+
=======
40+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
41+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
3842
with:
3943
path: |
4044
${{ env.CI_TOOLS_DIR }}

.github/workflows/pr-comments.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
4848
with:
4949
go-version-file: go.mod
50+
<<<<<<< HEAD
5051
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
52+
=======
53+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
54+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
5155
with:
5256
path: |
5357
${{ env.CI_TOOLS_DIR }}

.github/workflows/transparentproxy-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2020
with:
2121
go-version-file: go.mod
22+
<<<<<<< HEAD
2223
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
24+
=======
25+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
26+
>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485))
2327
with:
2428
path: |
2529
${{ env.CI_TOOLS_DIR }}

0 commit comments

Comments
 (0)