Skip to content

Commit 7ae2521

Browse files
committed
Reverting workflows changes
1 parent 78b974a commit 7ae2521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v2
3434
- name: Cache go modules
35-
uses: actions/cache@v4
35+
uses: actions/cache@v2
3636
with:
3737
path: |
3838
~/.cache/go-build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v2
3333
- name: Cache go modules
34-
uses: actions/cache@v4
34+
uses: actions/cache@v2
3535
with:
3636
path: |
3737
~/.cache/go-build

0 commit comments

Comments
 (0)