Skip to content

Commit

Permalink
Merge pull request #81 from glotzerlab/dependabot-github_actions-trun…
Browse files Browse the repository at this point in the history
…k-actions-cache-4.0.0

Bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
joaander authored Jan 22, 2024
2 parents becaeea + 8c3fd66 commit 14ba592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-python@v5.0.0
with:
python-version: '3.11'
- uses: actions/cache@v3.3.3
- uses: actions/cache@v4.0.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements-test.txt') }}
Expand Down

0 comments on commit 14ba592

Please sign in to comment.