Skip to content

Commit

Permalink
Merge pull request #236 from glotzerlab/dependabot-github_actions-mai…
Browse files Browse the repository at this point in the history
…n-actions-version-9bce8512ee

Bump actions/cache from 4.1.2 to 4.2.0 in the actions-version group
  • Loading branch information
joaander authored Jan 6, 2025
2 parents 4bb96f7 + 89875b4 commit ca2cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
shell: bash
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: dashboard-unit-test-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.dependencies }}-pip-${{ hashFiles('requirements/requirements-test.txt', '.github/workflows/ci-oldest-reqs.txt') }}
Expand Down

0 comments on commit ca2cc5e

Please sign in to comment.