Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 07ebb3e commit 8c18a4a
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 @@ -19,7 +19,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.tmp
Expand All @@ -35,7 +35,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.tmp
Expand Down

0 comments on commit 8c18a4a

Please sign in to comment.