Skip to content

Commit

Permalink
Use newer version of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jul 21, 2024
1 parent 149961e commit c66c9e8
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 @@ -51,10 +51,10 @@ jobs:
- name: Test
run: cabal test all
- name: API Golden tests
uses: kleidukos/diff-package-api@v0.0.1.0
uses: kleidukos/diff-package-api@v0.0.1.2
with:
package-name: text-display
expected-interface: test/package-api.txt
ghc: ${{ matrix.ghc }}
version: 0.0.1.0
version: 0.1.0.0

0 comments on commit c66c9e8

Please sign in to comment.