Skip to content

Commit a6b7081

Browse files
authored
CI: Change actions/checkout version (ScoopInstaller#436)
* (chore): Update bucket files from template * Remove appveyor.yml * Remove old test folder and its content * CI: Change actions/checkout version
1 parent 590d14d commit a6b7081

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Checkout Bucket
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@main
1515
with:
1616
fetch-depth: 2
1717
path: 'my_bucket'
1818
- name: Checkout Scoop
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@main
2020
with:
2121
repository: ScoopInstaller/Scoop
2222
path: 'scoop_core'
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: windows-latest
3232
steps:
3333
- name: Checkout Bucket
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@main
3535
with:
3636
fetch-depth: 2
3737
path: 'my_bucket'
3838
- name: Checkout Scoop
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@main
4040
with:
4141
repository: ScoopInstaller/Scoop
4242
path: 'scoop_core'

0 commit comments

Comments
 (0)