Skip to content

Commit dce8a9c

Browse files
authored
Merge pull request #145 from learningequality/dependabot/github_actions/github-97f38a5d32
Bump actions/cache from 4 to 5 in the github group
2 parents 1754081 + 5870c81 commit dce8a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
repository: learningequality/kolibri-installer-debian
4646
ref: ${{ inputs.ref }}
47-
- uses: actions/cache@v4
47+
- uses: actions/cache@v5
4848
with:
4949
path: ~/.cache/pip
5050
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py', 'build_requires.txt') }}

.github/workflows/upload_signed_sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
repository: learningequality/kolibri-installer-debian
3737
ref: ${{ inputs.ref }}
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
with:
4040
path: ~/.cache/pip
4141
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py', 'build_requires.txt') }}

0 commit comments

Comments
 (0)