Skip to content

Commit

Permalink
chore: deps (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Lakhani authored Jan 31, 2023
1 parent 3313c49 commit d544010
Show file tree
Hide file tree
Showing 11 changed files with 283 additions and 222 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:

- name: Upload to codecov.io
uses: codecov/codecov-action@v3
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
files: lcov.info
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/ipvm:latest
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/ipvm:latest,mode=max
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/ipvm:latest
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/ipvm:latest,mode=max
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
toolchain: stable

- name: Verify Publishing of crate
uses: katyo/publish-crates@v1
uses: katyo/publish-crates@v2
with:
dry-run: true

- name: Cargo Publish to crates.io
uses: katyo/publish-crates@v1
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ repos:
args: ["--", "-D", "warnings"]
types: [rust]
pass_filenames: false
- id: alejandra
name: alejandra
description: Format nix files.
entry: alejandra
files: \.nix$
language: system

- repo: https://github.com/DevinR528/cargo-sort
rev: v1.0.9
Expand Down
Loading

0 comments on commit d544010

Please sign in to comment.