Skip to content

Commit

Permalink
Merge pull request #356 from glotzerlab/dependabot-github_actions-tru…
Browse files Browse the repository at this point in the history
…nk-patch-actions-version-589d31e782

Bump the actions-version group with 1 update
  • Loading branch information
joaander committed Mar 7, 2024
2 parents c97d815 + b1f4caa commit b9a296d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
python-version: '3.11'

- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.1
with:
path: ~/.cache/pip
key: gsd-build-wheels-pip-${{ hashFiles('.github/requirements-build-sdist.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: echo dir="$(pip cache dir)" >> "$GITHUB_OUTPUT"
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.1
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: gsd-unit-test-${{ matrix.os }}-pip-${{ hashFiles('code/.github/requirements-test.txt') }}
Expand Down

0 comments on commit b9a296d

Please sign in to comment.