Update github actions
Many of these updates should also speed up some steps
This commit is contained in:
4
.github/workflows/haproxy.yml
vendored
4
.github/workflows/haproxy.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
install: true
|
||||
|
||||
- name: Checkout VTest
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: vtest/VTest
|
||||
path: VTest
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
run: make FLAGS='-O2 -s -Wall'
|
||||
|
||||
- name: Checkout HaProxy
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: haproxy/haproxy
|
||||
path: haproxy
|
||||
|
||||
Reference in New Issue
Block a user