Skip to content

Commit 02dbed4

Browse files
authored
1 parent 02dad5e commit 02dbed4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/issue-triage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
triage-issues:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
repository: fluttercandies/triage_bot_for_flutter_photo_manager
2222
- uses: dart-lang/setup-dart@v1
23+
with:
24+
sdk: '3.10'
2325
- run: dart pub get
2426
working-directory: pkgs/issue_triage_bot
25-
2627
# Delay 2 minutes to allow a grace period between opening or transferring
2728
# an issue and assigning a label.
2829
- name: sleep 2m

0 commit comments

Comments
 (0)