mirror of
https://github.com/uroesch/GitPortable.git
synced 2026-08-24 10:04:09 -05:00
Workflow: use checkout v3 for windows build
This commit is contained in:
@@ -27,14 +27,14 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Clone PortableApps.comInstaller
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: uroesch/PortableApps.comInstaller
|
||||
ref: main
|
||||
path: PortableApps.comInstaller
|
||||
|
||||
- name: Clone PortableApps.comLauncher
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: uroesch/PortableApps.comLauncher
|
||||
ref: patched
|
||||
|
||||
Reference in New Issue
Block a user