(chore): CI: Change actions/checkout version (#4015)

This commit is contained in:
Mathias Hermansson 2022-10-13 10:45:58 +02:00 committed by GitHub
parent 72704c1882
commit b5b5d53da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'