Skip to content

Commit c7c4a0f

Browse files
authored
Merge pull request #268 from AppDevNext/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6faf355 + 4ec84c1 commit c7c4a0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Android-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ ubuntu-latest ]
1616
java_version: [ 17 ]
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
submodules: true
2121
fetch-depth: 0

.github/workflows/Android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Publish release
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
submodules: true
1616
fetch-depth: 0

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
submodules: true
1515
fetch-depth: 0

0 commit comments

Comments
 (0)