Skip to content

Commit

Permalink
chore: update action cache
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Jan 8, 2025
1 parent 9461f0d commit 932bb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v2

- name: Restore dependencies from cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand All @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v2

- name: Restore dependencies from cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 932bb47

Please sign in to comment.