Upgrade deprecated GitHub Actions to v4

F-876
This commit is contained in:
Juliusz Sosinowicz
2026-03-16 14:55:07 +01:00
committed by David Garske
parent c6f41bce2f
commit 43a36a17d4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
- name: Download haproxy if needed
if: steps.cache-haproxy.outputs.cache-hit != 'true'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: haproxy/haproxy
ref: ${{matrix.haproxy_ref}}
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: msys
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Cache NetXDuo bundle
id: cache-netxduo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./v6.4.3_rel.tar.gz
key: netxduo-bundle-v6.4.3_rel