Skip to content

Commit 41f254b

Browse files
committed
ci: update hurl to 4.3.0
1 parent 2b2f643 commit 41f254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Install Hurl
8686
run: |
87-
VER=4.2.0
87+
VER=4.3.0
8888
DEB=hurl_${VER}_amd64.deb
8989
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VER/$DEB
9090
sudo dpkg --install $DEB

0 commit comments

Comments
 (0)