diff options
author | Daniil Baturin <daniil@baturin.org> | 2022-08-23 22:14:15 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2022-08-23 22:14:15 +0100 |
commit | 7752b9f2c81983e37a9e33a14a27d7b720a60946 (patch) | |
tree | 6670125a3cb7830f2678f632c1df73085957f8ec | |
parent | 4862ec0431f49dd208814287c8a73a33502a9fbe (diff) | |
download | community.vyos.net-7752b9f2c81983e37a9e33a14a27d7b720a60946.tar.gz community.vyos.net-7752b9f2c81983e37a9e33a14a27d7b720a60946.zip |
Use soupault 4.1.0 for CI builds
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b147a0..03eda92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - name: Install soupault env: - SOUPAULT_VERSION: 4.0.1 + SOUPAULT_VERSION: 4.1.0 run: | echo Downloading and unpacking soupault wget https://github.com/PataphysicalSociety/soupault/releases/download/$SOUPAULT_VERSION/soupault-$SOUPAULT_VERSION-linux-x86_64.tar.gz |