fix(actions): use checkout v3

This commit is contained in:
Erica Marigold 2023-08-03 18:43:24 +05:30 committed by GitHub
parent acaf735242
commit e7f32b911a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
runs-on: windows-2019 runs-on: windows-2019
steps: steps:
- name: Check out repo - name: Check out repo
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Test - name: Test
run: | run: |
./test/scoop/entrypoint.ps1 ./test/scoop/entrypoint.ps1