Skip to content

Commit

Permalink
Bump actions/cache from 4.1.0 to 4.1.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 881757c commit 1bd4ab6
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 @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Caching
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: |
${{ matrix.CACHE_PIP }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v4

- name: Caching
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: |
${{ matrix.CACHE_PIP }}
Expand Down

0 comments on commit 1bd4ab6

Please sign in to comment.