Skip to content

Commit

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

Bump actions/cache from 4.1.0 to 4.1.2
  • Loading branch information
jeffjennings authored Oct 28, 2024
2 parents fcf2d26 + eb42063 commit 5d6bcd5
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: .tox
key: tox-${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
Expand Down

0 comments on commit 5d6bcd5

Please sign in to comment.