Skip to content

Commit

Permalink
Upgrade Actions to v4 due to Deprecation of v2 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt authored Jan 8, 2025
1 parent a70c9dd commit 50db7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
version: 'v3.7.0'
id: install
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit 50db7f8

Please sign in to comment.