From fa9df8081db0c1235fb60e5c4e919c392068bc15 Mon Sep 17 00:00:00 2001 From: Kornel Date: Fri, 26 Sep 2025 12:17:25 +0100 Subject: [PATCH] Deprecated GHA feature --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ffab40..a8f17085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,8 @@ jobs: run: rustup update --no-self-update stable && rustup default stable && rustup component add clippy - name: Get rust version id: rust-version - run: echo "::set-output name=version::$(rustc --version)" + run: | + echo "version=$(rustc --version)" >> $GITHUB_OUTPUT - name: Cache cargo index uses: actions/cache@v4 with: