Skip to content

Commit 4b8a27d

Browse files
authored
Merge pull request #194 from Pxddy/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 7b9a6c8 + 82b682a commit 4b8a27d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Project Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: set up JDK 21
1919
uses: actions/setup-java@v5
@@ -46,7 +46,7 @@ jobs:
4646
ls /dev/kvm
4747
4848
- name: Project Checkout
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050

5151
- name: set up JDK 21
5252
uses: actions/setup-java@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Project Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Release
1717
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)