Skip to content

Commit

Permalink
CI: update perl-actions and actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Jan 19, 2024
1 parent c092d3f commit 7e7df52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e7df52

Please sign in to comment.