Skip to content

Commit c53d252

Browse files
authored
Merge pull request #283 from AppDevNext/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents eee7cf4 + 28e8bbc commit c53d252

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@v6
18+
- uses: actions/checkout@v7
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@v6
13+
- uses: actions/checkout@v7
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@v6
12+
- uses: actions/checkout@v7
1313
with:
1414
submodules: true
1515
fetch-depth: 0

0 commit comments

Comments
 (0)