Skip to content

Commit 35c3c63

Browse files
authored
Merge pull request #35 from astropy/dependabot/github_actions/actions/cache-4.1.0
Bump actions/cache from 4.0.2 to 4.1.0
2 parents 123fb48 + 4aa651b commit 35c3c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Cache tox environments
5050
id: cache-tox
51-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
51+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
5252
with:
5353
path: .tox
5454
key: tox-typing-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Cache tox environments
8282
id: cache-tox
83-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
83+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
8484
with:
8585
path: .tox
8686
key: tox-${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}

0 commit comments

Comments
 (0)