Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Sync CI versions with nixpath
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 15, 2023
1 parent 2ba20fe commit 347eb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- uses: dprint/check@v2.2
with:
# Keep same version as *.nix
dprint-version: '0.36.1'
dprint-version: '0.37.1'

typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Keep same version as *.nix
- uses: crate-ci/typos@v1.15.0
- uses: crate-ci/typos@v1.16.1
with:
files: |
.
Expand Down

0 comments on commit 347eb36

Please sign in to comment.