Skip to content

Commit 6ef5b28

Browse files
Bump actions/cache from 2.1.6 to 2.1.7 (#16)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6f0923 commit 6ef5b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Build Binary
9999
run: make build
100100
- name: Cache Artifacts
101-
uses: actions/cache@v2.1.6
101+
uses: actions/cache@v2.1.7
102102
with:
103103
path: ${{ github.workspace }}/build/.out/gateway
104104
key: nginx-gateway-kubernetes-${{ github.run_id }}-${{ github.run_number }}
@@ -111,7 +111,7 @@ jobs:
111111
- name: Checkout Repository
112112
uses: actions/checkout@v2
113113
- name: Fetch Cached Artifacts
114-
uses: actions/cache@v2.1.6
114+
uses: actions/cache@v2.1.7
115115
with:
116116
path: ${{ github.workspace }}/build/.out/gateway
117117
key: nginx-gateway-kubernetes-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)