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 b7ae164 commit 825c436Copy full SHA for 825c436
.github/workflows/test1.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
os: [ubuntu-latest, windows-latest, macos-latest]
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: actions/setup-java@v4
13
with:
14
java-version: '11.x'
.github/workflows/test2.yml
@@ -18,7 +18,7 @@ jobs:
18
- os: macos-latest
19
flutter: stable
20
21
22
23
24
.github/workflows/test3.yml
@@ -20,7 +20,7 @@ jobs:
25
26
0 commit comments