We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e83a2 commit 16103cdCopy full SHA for 16103cd
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
60
name: JDK ${{ matrix.java }} - ${{ matrix.platform }} ${{ matrix.e2e-tests }}
61
steps:
62
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
63
64
- name: Enable KVM group perms
65
if: matrix.e2e-tests == 'android' || matrix.e2e-tests == 'flutter-android'
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ jobs:
6
publish:
7
runs-on: ubuntu-latest
8
9
10
- name: Set up Java
11
uses: actions/setup-java@v5
12
with:
0 commit comments