We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590d14d commit a6b7081Copy full SHA for a6b7081
.github/workflows/ci.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: windows-latest
12
steps:
13
- name: Checkout Bucket
14
- uses: actions/checkout@v2
+ uses: actions/checkout@main
15
with:
16
fetch-depth: 2
17
path: 'my_bucket'
18
- name: Checkout Scoop
19
20
21
repository: ScoopInstaller/Scoop
22
path: 'scoop_core'
@@ -31,12 +31,12 @@ jobs:
31
32
33
34
35
36
37
38
39
40
41
42
0 commit comments