Skip to content

Commit 556a761

Browse files
authored
ci: upgrade to [email protected] (#16)
1 parent 34aabab commit 556a761

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: subosito/[email protected]
11+
12+
- uses: subosito/[email protected]
1213

1314
- name: Install Dependencies
1415
run: flutter packages get
@@ -36,7 +37,8 @@ jobs:
3637

3738
steps:
3839
- uses: actions/[email protected]
39-
- uses: subosito/[email protected]
40+
41+
- uses: subosito/[email protected]
4042

4143
- name: Install Dependencies
4244
run: |

0 commit comments

Comments
 (0)