mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29: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
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Test
|
||||
run: |
|
||||
./test/scoop/entrypoint.ps1
|
||||
|
|
Loading…
Reference in a new issue