Skip to content

Commit 5e2f62a

Browse files
Merge pull request #562 from hashicorp/dependabot/github_actions/actions-f175f89d6c
[chore] : Bump actions/cache from 4.2.4 to 4.3.0 in the actions group
2 parents 60a3d53 + 5b4c45f commit 5e2f62a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/go-getter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
3030

3131
- name: Setup cache for go modules
32-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3333
with:
3434
path: |
3535
~/.cache/go-build
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
7878

7979
- name: Setup cache for go modules
80-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
80+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8181
with:
8282
path: |
8383
~\AppData\Local\go-build
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
127127

128128
- name: Setup cache for go modules
129-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
129+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
130130
with:
131131
path: |
132132
~/.cache/go-build
@@ -167,7 +167,7 @@ jobs:
167167
go-version: "1.25" # Use latest for linting
168168

169169
- name: Setup cache for go modules
170-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
170+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
171171
with:
172172
path: |
173173
~/.cache/go-build
@@ -209,7 +209,7 @@ jobs:
209209
mkdir -p ${{ env.TEST_RESULTS_PATH }}
210210
211211
- name: Setup cache for go modules
212-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
212+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
213213
with:
214214
path: |
215215
~/.cache/go-build
@@ -275,7 +275,7 @@ jobs:
275275
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
276276

277277
- name: Setup cache for go modules
278-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
278+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
279279
with:
280280
path: |
281281
~\AppData\Local\go-build

0 commit comments

Comments
 (0)