Skip to content

Commit

Permalink
Merge pull request #310 from tree-sitter/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
Kleidukos authored Apr 12, 2024
2 parents 77d3773 + f8154fc commit b1c4b94
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 @@ -16,7 +16,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout base repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Extract the tested GHC versions
id: set-matrix
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
matrix: ${{ fromJSON(needs.generateMatrix.outputs.matrix) }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
- uses: haskell/actions/setup@v2
name: Setup Haskell
Expand Down

0 comments on commit b1c4b94

Please sign in to comment.