Skip to content

Commit

Permalink
Merge pull request #46 from haskell/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4
  • Loading branch information
Kleidukos authored Sep 25, 2023
2 parents 4f7329b + 367e1f0 commit 2ee6835
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 @@ -14,7 +14,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout base repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Extract the tested GHC versions
id: set-matrix
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
matrix: ${{ fromJSON(needs.generateMatrix.outputs.matrix) }}
steps:
- name: Checkout base repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Configure ghcup"
run: |
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml
Expand Down

0 comments on commit 2ee6835

Please sign in to comment.