Skip to content

Commit 06c83b3

Browse files
renovate[bot]renovate-botwasabeef
authored
Update actions/checkout action to v3 (#200)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Daichi Furiya <[email protected]>
1 parent 69fedff commit 06c83b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ ubuntu-latest, windows-latest, macos-latest ]
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: subosito/flutter-action@v2
1919
with:
2020
flutter-version: '2.8.1'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
target: x86_64-unknown-linux-gnu
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- uses: subosito/flutter-action@v2
2727
with:
2828
flutter-version: '2.8.1'

0 commit comments

Comments
 (0)