Skip to content

Commit

Permalink
(chore): CI: Change actions/checkout version (ScoopInstaller#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
se35710 authored Oct 13, 2022
1 parent 72704c1 commit b5b5d53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit b5b5d53

Please sign in to comment.