Skip to content

Commit c54ce5a

Browse files
Bump CI with Pact 5.2
1 parent 3e6613a commit c54ce5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
- name: Install Pact
1818
run: |
19-
wget -nv https://github.com/kadena-io/pact-5/releases/download/5.1/pact-5.1-linux-x64.tar.gz
19+
wget -nv https://github.com/kadena-io/pact-5/releases/download/5.2/pact-5.2-linux-x64.tar.gz
2020
mkdir -p .bin/
21-
tar -xz -C .bin/ -f pact-5.1-linux-x64.tar.gz ./pact
21+
tar -xz -C .bin/ -f pact-5.2-linux-x64.tar.gz ./pact
2222
chmod +x .bin/pact
2323
2424
- name: Print hashes

0 commit comments

Comments
 (0)