Compare commits

..

No commits in common. "62484b3681a91a1a5993c771bcca64c724c3248b" and "c9f1f3450da4490f02cb189925c7485c735b2e3b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ jobs:
go-version: "1.17.x"
- name: Cache Go Dependencies
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
@ -48,7 +48,7 @@ jobs:
go-version: "1.17.x"
- name: Cache Go Dependencies
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
~/.cache/go-build

View file

@ -18,7 +18,7 @@ jobs:
go-version: "1.17.x"
- name: Cache Go Dependencies
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
~/.cache/go-build