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 ca4e26d commit 0d9bbe4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
- uses: actions/checkout@v3
name: Checkout

- run: nix flake update
name: Bump nix

- run: nix profile install --inputs-from . nixpkgs#cargo-bump nixpkgs#cargo
name: Install dependencies

- run: |
cargo bump minor
cargo bump patch
cargo update
name: Bump
name: Bump rust
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 0d9bbe4

Please sign in to comment.