Skip to content

Commit

Permalink
Update CI dependencies with sync to nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 8, 2023
1 parent 04ca3b9 commit a3278bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- uses: dprint/check@v2.2
with:
# Keep same version as used in *.nix
dprint-version: '0.40.0'
dprint-version: '0.40.2'

typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Keep same version as used in *.nix
- uses: crate-ci/typos@v1.16.6
- uses: crate-ci/typos@v1.16.10
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635761199
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
distribution: goreleaser
# Keep same version as used in *.nix
version: v1.19.2
version: v1.20.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -52,7 +52,7 @@ jobs:
with:
distribution: goreleaser
# Keep same version as used in *.nix
version: v1.19.2
version: v1.20.0
args: build --snapshot --clean
# https://github.com/goreleaser/goreleaser-action/tree/5fdedb94abba051217030cc86d4523cf3f02243d#upload-artifacts
- name: Upload assets
Expand Down

0 comments on commit a3278bb

Please sign in to comment.