Skip to content

Commit 42ba7fe

Browse files
Update actions/checkout action to v2 (#178)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d05b5fd commit 42ba7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

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

0 commit comments

Comments
 (0)