Skip to content

Commit 3d8a31a

Browse files
Bump actions/cache from 4 to 5 (#57)
1 parent ff2df5e commit 3d8a31a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
- name: Set up Python
2525
uses: actions/setup-python@v6
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
id: cache
2828
with:
2929
path: ${{ env.pythonLocation }}

.github/workflows/test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.11"
30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
id: cache
3232
with:
3333
path: ${{ env.pythonLocation }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
id: cache
2929
with:
3030
path: ${{ env.pythonLocation }}

0 commit comments

Comments
 (0)