mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 12:19:09 -04:00
ci: bump github actions versions
This commit is contained in:
parent
b589097c8c
commit
17383b271a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/master.yml
vendored
8
.github/workflows/master.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v1
|
||||
- uses: actions/checkout@v3.0.1
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: master
|
||||
|
||||
|
@ -44,8 +44,8 @@ jobs:
|
|||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v1
|
||||
- uses: actions/checkout@v3.0.1
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: master
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue