Skip to content

Commit 355efab

Browse files
authored
Merge pull request #155 from amisadmin/dependabot/github_actions/actions/cache-4
chore: bump actions/cache from 3 to 4
2 parents 3a1ff3f + ba031f7 commit 355efab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.8
19-
- uses: actions/cache@v3
19+
- uses: actions/cache@v4
2020
id: cache
2121
with:
2222
path: ${{ env.pythonLocation }}

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
cache: true
3131

32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v4
3333
id: cache
3434
with:
3535
path: ${{ env.pythonLocation }}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.8"
18-
- uses: actions/cache@v3
18+
- uses: actions/cache@v4
1919
id: cache
2020
with:
2121
path: ${{ env.pythonLocation }}

0 commit comments

Comments
 (0)