summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-10-29 20:06:52 +0700
committerDaniil Baturin <daniil@baturin.org>2021-10-29 20:06:52 +0700
commit181af253652a253cd4e901672567fa3b4157e844 (patch)
treece4dabba482809daf7eb733290863b0186d6f939
parent3cbb871cb989838a34c9e303f553126128953f48 (diff)
downloadcommunity.vyos.net-181af253652a253cd4e901672567fa3b4157e844.tar.gz
community.vyos.net-181af253652a253cd4e901672567fa3b4157e844.zip
Use soupault 3.2.0 for the CI
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 454cab4..14e96f6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
- name: Install soupault
env:
- SOUPAULT_VERSION: 3.1.0
+ SOUPAULT_VERSION: 3.2.0
run: |
echo Downloading and unpacking soupault
wget https://github.com/dmbaturin/soupault/releases/download/$SOUPAULT_VERSION/soupault-$SOUPAULT_VERSION-linux-x86_64.tar.gz