Skip to content

Commit

Permalink
feat(GHA): update deprecated version of cache actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuttor authored Dec 11, 2024
1 parent 0b2576c commit e4e1e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pip install -r requirements.txt coverage==5.3.1
- name: Cache eggs
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-eggs
with:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls --service=github
coveralls --service=github

0 comments on commit e4e1e35

Please # to comment.