Skip to content

Commit 9832072

Browse files
authored
Merge pull request #53 from MkDocsEditor/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents be5f39e + 302b4a8 commit 9832072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Unit Tests
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-java@v5
1414
with:
1515
java-version: 17
@@ -20,7 +20,7 @@ jobs:
2020
name: Build APK
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-java@v5
2525
with:
2626
java-version: 17

0 commit comments

Comments
 (0)