Skip to content

Commit

Permalink
Update cache usage to remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 31, 2024
1 parent 7d99f52 commit 0cee16c
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 @@ -119,7 +119,7 @@ jobs:
path: calculator

- name: Cache build artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
path: terminal

- name: Cache build artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 0cee16c

Please sign in to comment.