From 7e7df5259736878d1decdc635e71799d184d92d0 Mon Sep 17 00:00:00 2001 From: Alexey Radkov Date: Fri, 19 Jan 2024 14:13:58 +0400 Subject: [PATCH] CI: update perl-actions and actions/checkout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee74cf3..0339566 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,14 +47,14 @@ jobs: experimental: false steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install GHC and Cabal uses: haskell-actions/setup@v2 with: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }} - name: Install prove - uses: perl-actions/install-with-cpanm@v1 + uses: perl-actions/install-with-cpanm@v1.5 with: install: "Test::Nginx" tests: false