Skip to content

Commit b1d058d

Browse files
Bump actions/cache from 4 to 5 (#42)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0aaf796 commit b1d058d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525

2626
- name: Cache pip
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: ~/.cache/pip
3030
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Cache / restore SBML test suite
3535
id: cache-sbml-test-suite
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: sbml-test-suite
3939
key: ${{ runner.os }}-sbml-test-suite
@@ -71,7 +71,7 @@ jobs:
7171
python-version: ${{ matrix.python-version }}
7272

7373
- name: Cache pip
74-
uses: actions/cache@v4
74+
uses: actions/cache@v5
7575
with:
7676
path: ~/.cache/pip
7777
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Cache / restore SBML test suite
8282
id: cache-sbml-test-suite
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
path: sbml-test-suite
8686
key: ${{ runner.os }}-sbml-test-suite
@@ -115,7 +115,7 @@ jobs:
115115
python-version: ${{ matrix.python-version }}
116116

117117
- name: Cache pip
118-
uses: actions/cache@v4
118+
uses: actions/cache@v5
119119
with:
120120
path: ~/.cache/pip
121121
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Cache / restore SBML test suite
126126
id: cache-sbml-test-suite
127-
uses: actions/cache@v4
127+
uses: actions/cache@v5
128128
with:
129129
path: sbml-test-suite
130130
key: ${{ runner.os }}-sbml-test-suite

0 commit comments

Comments
 (0)