Skip to content

Commit b16af86

Browse files
authored
Merge pull request #60 from silicon-heaven/dependabot/github_actions/github-actions-deps-db2d4eecec
Bump cachix/install-nix-action from 31.10.4 to 31.10.5 in the github-actions-deps group across 1 directory
2 parents 6d2534e + bb2571e commit b16af86

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
@@ -120,7 +120,7 @@ jobs:
120120
- name: Checkout code
121121
uses: actions/checkout@v6
122122
- name: Install Nix
123-
uses: cachix/install-nix-action@v31.10.4
123+
uses: cachix/install-nix-action@v31.10.5
124124
with:
125125
nix_path: nixpkgs=channel:nixos-unstable
126126
- 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.11.13"
6+
version = "3.11.14"
77
edition = "2024"
88

99
[[bin]]

0 commit comments

Comments
 (0)