Skip to content

Commit

Permalink
Merge pull request #26 from serokell/update-checkout-action
Browse files Browse the repository at this point in the history
[Chore] Update "actions/checkout"
  • Loading branch information
karandit authored Dec 12, 2023
2 parents 9a83c89 + 8303d25 commit c090d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
validate:
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: xrefcheck
run: nix run github:serokell/xrefcheck
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: set-matrix
run: echo "matrix=$(nix eval --json .#ghc-matrix.x86_64-linux)" >> $GITHUB_OUTPUT
Expand All @@ -54,7 +54,7 @@ jobs:
matrix: ${{fromJson(needs.ghc-versions.outputs.matrix)}}

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

- name: build
run: nix build -L .#checks.x86_64-linux.ghc${{ matrix.ghc }}:build-all --keep-going
Expand Down

0 comments on commit c090d4b

Please sign in to comment.