Skip to content

Commit

Permalink
Merge pull request #376 from glotzerlab/dependabot-github_actions-act…
Browse files Browse the repository at this point in the history
…ions-cache-4.0.1

[ci skip]: Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
joaander authored Mar 4, 2024
2 parents 4b4a3d8 + af838e8 commit 0f3bd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
app_id: ${{ secrets.PR_SUBMITTER_APP_ID }}
private_key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }}
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements.txt') }}
Expand Down

0 comments on commit 0f3bd50

Please sign in to comment.