Skip to content

Commit

Permalink
ci: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jun 14, 2024
1 parent 2c841b5 commit 550b0c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ jobs:
ignore_error: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc_version }}
ghcup-release-channel: ${{ matrix.ghcup_release_channel }}
cabal-version: ${{ matrix.cabal_version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache ~/.cabal
with:
path: ~/.cabal
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: uraimo/run-on-arch-action@v2.3.0
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.7
timeout-minutes: 60
with:
arch: s390x
Expand Down

0 comments on commit 550b0c2

Please sign in to comment.