Skip to content

Commit

Permalink
Merge pull request #73 from johanot/bump-some-ci
Browse files Browse the repository at this point in the history
Bump some ci
  • Loading branch information
srhb authored Jun 4, 2024
2 parents bf59260 + 0a3a56a commit 8642a39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.6.0
- uses: cachix/install-nix-action@v18
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-22.11
nix_path: nixpkgs=channel:nixos-24.05
- run: nix --experimental-features "nix-command flakes" build
8 changes: 4 additions & 4 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
bump-o-matic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.6.0
- uses: cachix/install-nix-action@v18
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-23.11
nix_path: nixpkgs=channel:nixos-24.05
- name: Update dependencies
run: |
nix --experimental-features "nix-command flakes" flake update
nix --experimental-features "nix-command flakes" develop --command cargo update
- name: Create pull request
id: pr
uses: peter-evans/create-pull-request@v3.10.0
uses: peter-evans/create-pull-request@v6
with:
commit-message: "bump-o-matic: update dependencies"
branch: bump-o-matic
Expand Down

0 comments on commit 8642a39

Please sign in to comment.