Skip to content

Commit 92ab244

Browse files
authored
Merge pull request #251 from learningequality/dependabot/github_actions/github-76468cb07f
Bump actions/checkout from 5 to 6 in the github group
2 parents 03ba933 + c9a7aca commit 92ab244

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
run: |
9090
echo "Must specify only one reference for the tar file to build the APK with."
9191
exit 1
92-
- uses: actions/checkout@v5
92+
- uses: actions/checkout@v6
9393
if: ${{ !inputs.ref }}
94-
- uses: actions/checkout@v5
94+
- uses: actions/checkout@v6
9595
if: ${{ inputs.ref }}
9696
with:
9797
repository: learningequality/kolibri-installer-android

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- uses: actions/setup-python@v6
3232
with:
3333
python-version: 3.9

.github/workflows/release_apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
env:
2929
SERVICE_ACCOUNT_JSON: '${{ secrets.KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON }}'
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-android

0 commit comments

Comments
 (0)