From a96c4fce56432db8d427e79e95359f536fc118de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 20:51:06 -1000 Subject: [PATCH 1/2] Bump rupicola from `941374a` to `d55f2d7` (#1948) Bumps [rupicola](https://github.com/mit-plv/rupicola) from `941374a` to `d55f2d7`. - [Release notes](https://github.com/mit-plv/rupicola/releases) - [Commits](https://github.com/mit-plv/rupicola/compare/941374a39fc0374e35c5f114fd08be993e66562c...d55f2d7f94be619964c4e7c285a8fd578a22c6fd) --- updated-dependencies: - dependency-name: rupicola dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rupicola | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rupicola b/rupicola index 941374a39f..d55f2d7f94 160000 --- a/rupicola +++ b/rupicola @@ -1 +1 @@ -Subproject commit 941374a39fc0374e35c5f114fd08be993e66562c +Subproject commit d55f2d7f94be619964c4e7c285a8fd578a22c6fd From 95ea54c32b58419b44de984edb9d623ad0960418 Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:55:10 +0200 Subject: [PATCH 2/2] Pin Zig to the current stable version instead of master (#1951) --- .github/workflows/zig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zig.yml b/.github/workflows/zig.yml index d4c94fb7dc..9c3e72035c 100644 --- a/.github/workflows/zig.yml +++ b/.github/workflows/zig.yml @@ -19,7 +19,7 @@ jobs: - name: Install Zig uses: goto-bus-stop/setup-zig@v2 with: - version: master + version: 0.13.0 - uses: actions/checkout@v4 - name: Test Zig files run: (cd fiat-zig && zig build && zig build test)