Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 4013fc0

Browse files
Bump actions/cache from 2 to 3 (#52)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f30f6a commit 4013fc0

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build Binary
4040
run: make nginx-ns1-gslb
4141
- name: Cache Artifacts
42-
uses: actions/cache@v2
42+
uses: actions/cache@v3
4343
with:
4444
path: ${{ github.workspace }}/nginx-ns1-gslb
4545
key: nginx-ns1-gslb-${{ github.run_id }}-${{ github.run_number }}
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout Repository
6868
uses: actions/checkout@v3
6969
- name: Fetch Cached Artifacts
70-
uses: actions/cache@v2
70+
uses: actions/cache@v3
7171
with:
7272
path: ${{ github.workspace }}/nginx-ns1-gslb
7373
key: nginx-ns1-gslb-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)