Skip to content

Commit 43a36a1

Browse files
julek-wolfssldgarske
authored andcommitted
Upgrade deprecated GitHub Actions to v4
F-876
1 parent c6f41bc commit 43a36a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/haproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Download haproxy if needed
7474
if: steps.cache-haproxy.outputs.cache-hit != 'true'
75-
uses: actions/checkout@v3
75+
uses: actions/checkout@v4
7676
with:
7777
repository: haproxy/haproxy
7878
ref: ${{matrix.haproxy_ref}}

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run:
2121
shell: msys2 {0}
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: msys2/setup-msys2@v2
2525
with:
2626
msystem: msys

.github/workflows/threadx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Cache NetXDuo bundle
1717
id: cache-netxduo
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: ./v6.4.3_rel.tar.gz
2121
key: netxduo-bundle-v6.4.3_rel

0 commit comments

Comments
 (0)