Skip to content

Commit 86b7487

Browse files
authored
Merge pull request #5606 from learningequality/dependabot/github_actions/github-97f38a5d32
chore(deps): bump actions/cache from 4 to 5 in the github group
2 parents d32d910 + 246ac1d commit 86b7487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: '3.10'
5555
- name: pip cache
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.cache/pip
5959
key: ${{ runner.os }}-pyprod-${{ hashFiles('requirements.txt') }}

.github/workflows/pythontest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
python-version: '3.10'
7676
- name: pip cache
77-
uses: actions/cache@v4
77+
uses: actions/cache@v5
7878
with:
7979
path: ~/.cache/pip
8080
key: ${{ runner.os }}-pytest-${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}

0 commit comments

Comments
 (0)