Skip to content

Commit d8e5562

Browse files
rv-jenkinsrv-auditorbbyalcinkayajuliankuners
authored
Update dependency: deps/k_release (#734)
* deps/k_release: Set Version 7.1.288 * Set Version: 0.1.135 * pykwasm/: sync uv files 7.1.288 * flake.{nix,lock}: update Nix derivations * update `flake.lock` * flake.{nix,lock}: update Nix derivations * update nix in CI workflow `update-version.yml` * update nix in CI workflow `master-push.yml` * pykwasm/: sync uv files 7.1.288 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> Co-authored-by: Burak Bilge Yalcinkaya <[email protected]> Co-authored-by: Julian Kuners <[email protected]>
1 parent 82e597d commit d8e5562

File tree

8 files changed

+190
-166
lines changed

8 files changed

+190
-166
lines changed

.github/workflows/master-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ contains(matrix.os, 'macos') }}
5454
run: brew install bash
5555
- name: 'Build and cache KWASM'
56-
uses: workflow/nix-shell-action@v3.0.3
56+
uses: workflow/nix-shell-action@v3.4.0
5757
env:
5858
GC_DONT_GC: 1
5959
CACHIX_AUTH_TOKEN: '${{ secrets.CACHIX_PUBLIC_TOKEN }}'

.github/workflows/update-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
git config user.name devops
2828
git config user.email [email protected]
2929
- name: 'Install Nix'
30-
uses: cachix/install-nix-action@v22
30+
uses: cachix/install-nix-action@v31.5.1
3131
with:
32-
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
32+
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
3333
extra_nix_config: |
3434
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
3535
substituters = http://cache.nixos.org https://hydra.iohk.io

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.286
1+
7.1.288

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/854d4f05ea78547d46e807b414faad64cea10ae4";
66
nixpkgs.follows = "rv-nix-tools/nixpkgs";
77

8-
k-framework.url = "github:runtimeverification/k/v7.1.286";
8+
k-framework.url = "github:runtimeverification/k/v7.1.288";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
1010

1111
flake-utils.follows = "k-framework/flake-utils";

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.134
1+
0.1.135

pykwasm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pykwasm"
7-
version = "0.1.134"
7+
version = "0.1.135"
88
description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework>=7.1.286",
12+
"kframework>=7.1.288",
1313
"py-wasm@git+https://github.com/runtimeverification/[email protected]"
1414
]
1515

pykwasm/uv.lock

Lines changed: 172 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)