Skip to content

Commit 5f6c221

Browse files
authored
Merge pull request #144 from learningequality/dependabot/github_actions/github-76468cb07f
Bump actions/checkout from 5 to 6 in the github group
2 parents de63d82 + a49e0e5 commit 5f6c221

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
run: |
3838
echo "Must specify exactly one reference for the tar file to build the APK with."
3939
exit 1
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
if: ${{ !inputs.ref }}
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
if: ${{ inputs.ref }}
4444
with:
4545
repository: learningequality/kolibri-installer-debian

.github/workflows/upload_signed_sources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
name: Build sign and upload sources for deb file
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
if: ${{ !inputs.ref }}
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
if: ${{ inputs.ref }}
3535
with:
3636
repository: learningequality/kolibri-installer-debian

0 commit comments

Comments
 (0)