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

Commit 34ba7db

Browse files
authored
Merge branch 'main' into deps/update-go-version
2 parents 16a8627 + 4013fc0 commit 34ba7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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)