Skip to content

Commit

Permalink
Updated used actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Dec 23, 2023
1 parent fe7ea1b commit 91d6d67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
runs-on: ${{ matrix.os.runner }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- id: setup-haskell-cabal
name: "Setup Haskell environment"
uses: haskell/actions/setup@v2.4.6
uses: haskell-actions/setup@v2.5
with:
enable-stack: true
stack-version: "latest"
- name: "Cache"
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 91d6d67

Please sign in to comment.