Skip to content

Commit 91e6bae

Browse files
authored
Merge pull request #107 from flutter-webrtc/renovate/actions-checkout-2.x
Update actions/checkout action to v2
2 parents 6d6eac6 + 4ff2b93 commit 91e6bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest]
1717
# os: [ubuntu-latest, windows-latest, macos-latest]
1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v2
2020
- uses: actions/setup-java@v1
2121
with:
2222
java-version: '12.x'

0 commit comments

Comments
 (0)