Skip to content

Commit 99daf9a

Browse files
authored
Merge pull request #647 from learningequality/dependabot/github_actions/github-97f38a5d32
Bump actions/cache from 4 to 5 in the github group
2 parents eaafa79 + a53ae0b commit 99daf9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythontest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sudo apt-get install -y poppler-utils
4848
if: ${{ needs.pre_job.outputs.should_skip != 'true' && startsWith(matrix.os, 'ubuntu') }}
4949
- name: Cache Mac dependencies
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
if: needs.pre_job.outputs.should_skip != 'true' && matrix.os == 'macos-latest'
5252
with:
5353
path: ~/Library/Caches/Homebrew
@@ -70,7 +70,7 @@ jobs:
7070
- name: Windows dependencies cache
7171
id: windowscache
7272
if: needs.pre_job.outputs.should_skip != 'true' && matrix.os == 'windows-latest'
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: ${{ github.workspace }}\tools
7676
key: ${{ runner.os }}-${{ matrix.python-version }}-tools-${{ hashFiles('.github/workflows/pythontest.yml') }}
@@ -111,7 +111,7 @@ jobs:
111111
pip install tox
112112
- name: tox env cache
113113
if: ${{ needs.pre_job.outputs.should_skip != 'true' && !startsWith(runner.os, 'windows') }}
114-
uses: actions/cache@v4
114+
uses: actions/cache@v5
115115
with:
116116
path: ${{ github.workspace }}/.tox/py${{ matrix.python-version }}
117117
key: ${{ runner.os }}-tox-py${{ matrix.python-version }}-${{ hashFiles('setup.py') }}

0 commit comments

Comments
 (0)