mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix(actions): use checkout v3
This commit is contained in:
parent
acaf735242
commit
e7f32b911a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scoop_test.yaml
vendored
2
.github/workflows/scoop_test.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue