From 1d99445535bf2ffb4f26d83041b41bee4e454f3e Mon Sep 17 00:00:00 2001 From: Bastian Bloessl Date: Sat, 3 Feb 2024 23:22:31 +0100 Subject: [PATCH] gh actions: update chocolatey --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d8ea4b21..39fea47b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -410,7 +410,7 @@ jobs: env: RUST_BACKTRACE: full steps: - - uses: crazy-max/ghaction-chocolatey@v2 + - uses: crazy-max/ghaction-chocolatey@v3 with: args: install ninja - uses: actions/checkout@v4