Skip to content

Commit

Permalink
Update devx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 17, 2024
1 parent 9d3e315 commit 2c70953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devx.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.platform == 'x86_64-linux' && 'ubuntu-latest' || 'macos-latest' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install GHC and Cabal
uses: input-output-hk/actions/devx@latest
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: cabal update
run: cabal update
- name: Cache Cabal store
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
/home/runner/.cabal${{ matrix.target-platform }}/store
Expand Down

0 comments on commit 2c70953

Please sign in to comment.