mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Merge pull request #420 from KRTirtho/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
This commit is contained in:
commit
53f5c1006b
2
.github/workflows/spotube-nightly.yml
vendored
2
.github/workflows/spotube-nightly.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
|||||||
build_macos:
|
build_macos:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: subosito/flutter-action@v2.8.0
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
|
2
.github/workflows/spotube-release.yml
vendored
2
.github/workflows/spotube-release.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
publish_macos:
|
publish_macos:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: subosito/flutter-action@v2.8.0
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
|
Loading…
Reference in New Issue
Block a user