Skip to content

Commit

Permalink
Merge pull request #66 from astropy/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.2.2

Bump actions/cache from 4.2.0 to 4.2.2
  • Loading branch information
jeffjennings authored Mar 3, 2025
2 parents f2809fb + 836d703 commit 0daadff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Cache tox environments
id: cache-tox
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: .tox
key: tox-typing-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Cache tox environments
id: cache-tox
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: .tox
key: tox-${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
Expand Down

0 comments on commit 0daadff

Please sign in to comment.