Skip to content

Commit 8228b5a

Browse files
Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com./actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com./actions/cache/releases) - [Changelog](https://github.com./actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...704facf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5063e27 commit 8228b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
151151

152152
- name: Cache Artifacts
153-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
153+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
154154
with:
155155
path: ${{ github.workspace }}/dist
156156
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -164,7 +164,7 @@ jobs:
164164
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
165165

166166
- name: Fetch Cached Artifacts
167-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
167+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
168168
with:
169169
path: ${{ github.workspace }}/dist
170170
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -266,7 +266,7 @@ jobs:
266266
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
267267

268268
- name: Fetch Cached Artifacts
269-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
269+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
270270
with:
271271
path: ${{ github.workspace }}/dist
272272
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)