mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
(chore): CI: Change actions/checkout version (#4015)
This commit is contained in:
parent
72704c1882
commit
b5b5d53da4
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -11,12 +11,12 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout Bucket
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 2
|
||||
path: 'my_bucket'
|
||||
- name: Checkout Scoop
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
repository: ScoopInstaller/Scoop
|
||||
path: 'scoop_core'
|
||||
@ -31,12 +31,12 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout Bucket
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 2
|
||||
path: 'my_bucket'
|
||||
- name: Checkout Scoop
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
repository: ScoopInstaller/Scoop
|
||||
path: 'scoop_core'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user