]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: actions/setup-ruby is deprecated
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 13 Oct 2022 13:48:03 +0000 (14:48 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 13 Oct 2022 21:18:37 +0000 (22:18 +0100)
.github/workflows/ci.yml

index c55230c6004573ac2e16ed740d0bbc8db17bb7c4..7de08b7e86f48f6bdf7c229ae8feb867475c019f 100644 (file)
@@ -134,8 +134,10 @@ jobs:
           sudo mk-build-deps -irt"apt-get -y --no-install-recommends" debian/control
           sudo mk-build-deps -irt"apt-get -y --no-install-recommends" scripts/ci/extra-packages.debian.control
 
-      - uses: actions/setup-ruby@v1
+      - uses: ruby/setup-ruby@v1
         if: ${{ matrix.env.TEST_TYPE == 'fixtures' }}
+        with:
+          ruby-version: 2.7
 
       - name: Install cassandra driver (not yet available on 20.04)
         if: ${{ matrix.env.OS == 'ubuntu-18.04' }}