Skip to content

Commit

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

Bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
joaander authored Jan 15, 2024
2 parents e5f9e7f + b92fd99 commit b168a99
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.2
- uses: actions/cache@v3.3.3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements-test.txt') }}
Expand Down

0 comments on commit b168a99

Please sign in to comment.