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 292db4c commit 6f10f03Copy full SHA for 6f10f03
.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- name: 📚 Git Checkout
39
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
40
41
- name: 🎯 Setup Dart
42
uses: dart-lang/setup-dart@v1
.github/workflows/pub_publish.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
16
17
18
- name: 🐦 Setup Flutter
.github/workflows/sync_labels.yaml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
- name: ⤵️ Check out code from GitHub
19
- name: 🚀 Run Label Sync
20
uses: srealmoreno/label-sync-action@v2
0 commit comments