Skip to content

Commit

Permalink
Bump actions/cache from 4.0.0 to 4.0.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 12497d8 commit fbefe71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.11'
- name: Cache dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit fbefe71

Please sign in to comment.