Skip to content

Commit

Permalink
Update actions/cache to v4 (#165)
Browse files Browse the repository at this point in the history
* This was missed at #162
  • Loading branch information
meyermarcel authored Nov 25, 2024
1 parent 6c77830 commit c229733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Go modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit c229733

Please sign in to comment.