Skip to content

Commit 0c73051

Browse files
authored
Merge pull request #38 from silicon-heaven/dependabot/github_actions/github-actions-deps-5848552218
Bump cachix/install-nix-action from 31.9.0 to 31.9.1 in the github-actions-deps group across 1 directory
2 parents 870963f + 79e7594 commit 0c73051

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Checkout code
134134
uses: actions/checkout@v6
135135
- name: Install Nix
136-
uses: cachix/install-nix-action@v31.9.0
136+
uses: cachix/install-nix-action@v31.9.1
137137
with:
138138
nix_path: nixpkgs=channel:nixos-unstable
139139
- name: Build

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvcall"
33
description = "CLI utility to invoke remote SHV RPC calls"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/shvcall-rs"
6-
version = "3.9.17"
6+
version = "3.9.18"
77
edition = "2024"
88

99
[[bin]]

0 commit comments

Comments
 (0)