Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Mar 1, 2024
1 parent aa4df09 commit 3eab5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- run: nix flake update
name: Bump flake.lock

- run: nix run --inputs-from . nixpkgs#cargo-bump
- run: nix run --inputs-from . nixpkgs#cargo-bump -- minor
name: Bump Cargo.toml

- run: cargo update
- run: nix run --inputs-from . nixpkgs#cargo -- update
name: Bump Cargo.lock

- name: Create Pull Request
Expand Down

0 comments on commit 3eab5ee

Please sign in to comment.