Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 212ae44

Browse files
authored
Update to actions/checkout@v2
1 parent 765c802 commit 212ae44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v1
18+
uses: actions/checkout@v2
1919
- name: Run build script
2020
shell: pwsh
2121
run: |
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: windows-latest
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v1
32+
uses: actions/checkout@v2
3333
# To avoid vendor lock-in, this is mostly driven by a build script
3434
- name: Run build script
3535
id: pwshbuild

0 commit comments

Comments
 (0)