Skip to content

Commit 8c265bf

Browse files
chore(deps): bump actions/cache from 3.2.6 to 3.3.1 (hashicorp#3131)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@69d9d44...88522ab) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 073f8fe commit 8c265bf

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
5252
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5353
- name: Set up Go modules cache
54-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
54+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5555
with:
5656
path: |
5757
${{ steps.go-cache-paths.outputs.go-build }}
@@ -141,7 +141,7 @@ jobs:
141141
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
142142
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
143143
- name: Set up Go modules cache
144-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
144+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
145145
with:
146146
path: |
147147
${{ steps.go-cache-paths.outputs.go-build }}
@@ -214,7 +214,7 @@ jobs:
214214
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
215215
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
216216
- name: Set up Go modules cache
217-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
217+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
218218
with:
219219
path: |
220220
${{ steps.go-cache-paths.outputs.go-build }}
@@ -312,7 +312,7 @@ jobs:
312312
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
313313
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
314314
- name: Set up Go modules cache
315-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
315+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
316316
with:
317317
path: |
318318
${{ steps.go-cache-paths.outputs.go-build }}

.github/workflows/enos-run.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5050
echo "go-bin=$(go env GOPATH)/bin" >> "$GITHUB_OUTPUT"
5151
- name: Set up Go modules cache
52-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
52+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5353
with:
5454
path: |
5555
${{ steps.go-cache-paths.outputs.go-build }}
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
go-version: ${{ inputs.go-version }}
9191
- name: Set up Go modules cache
92-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
92+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
9393
with:
9494
path: |
9595
${{ needs.setup.outputs.cache-go-build }}
@@ -139,7 +139,7 @@ jobs:
139139
echo "debug_data_artifact_name=enos-debug-data_$(echo ${{ matrix.filter }} | sed -e 's/ /_/g' | sed -e 's/:/=/g')" >> "$GITHUB_OUTPUT"
140140
- name: Set up dependency cache
141141
id: dep-cache
142-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
142+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
143143
with:
144144
path: /tmp/test-deps
145145
key: enos-test-deps-password-store-1.7.4-vault-1.12.2

.github/workflows/test-cli-ui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cat ~/.gnupg/gpg.conf
3232
- name: Set up Bats CLI UI tests dependency cache
3333
id: dep-cache
34-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
34+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3535
with:
3636
path: /tmp/bats-cli-ui-deps
3737
key: enos-bats-cli-ui-deps-jq-1.6-password-store-1.7.4-vault-1.12.2

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
4949
echo "go-bin=$(go env GOPATH)/bin" >> "$GITHUB_OUTPUT"
5050
- name: Set up Go modules cache
51-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
51+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5252
with:
5353
path: |
5454
${{ steps.go-cache-paths.outputs.go-build }}
@@ -71,7 +71,7 @@ jobs:
7171
echo "path=plugins/**/assets/*.gz" >> "$GITHUB_OUTPUT"
7272
- name: Set up plugin cache
7373
id: plugin-cache
74-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
74+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
7575
with:
7676
path: |
7777
${{ steps.plugin-cache-paths.outputs.path }}
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
go-version: "${{ needs.setup.outputs.go-version }}"
9898
- name: Set up Go modules cache
99-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
99+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
100100
with:
101101
path: |
102102
${{ needs.setup.outputs.cache-go-build }}
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
go-version: "${{ needs.setup.outputs.go-version }}"
125125
- name: Set up Go modules cache
126-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
126+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
127127
with:
128128
path: |
129129
${{ needs.setup.outputs.cache-go-build }}
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
go-version: "${{ needs.setup.outputs.go-version }}"
160160
- name: Set up Go modules cache
161-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
161+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
162162
with:
163163
path: |
164164
${{ needs.setup.outputs.cache-go-build }}
@@ -170,7 +170,7 @@ jobs:
170170
fail-on-cache-miss: true
171171
- name: Set up plugin cache
172172
id: plugin-cache
173-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
173+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
174174
with:
175175
path: |
176176
${{ needs.setup.outputs.plugin-cache-path }}

0 commit comments

Comments
 (0)