From 26bda12c0229be95ff09ee969a726405811c29da Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Fri, 14 Oct 2022 17:38:48 +0200 Subject: [PATCH] Remove deprecated command #33 --- .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 aa43ba2..8f434f2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: run: 'write("random.txt", string(rand(10)))' - name: Set cache-name as output id: name - run: echo "::set-output name=cache-name::${{ hashFiles('random.txt') }}" + run: echo "cache-name=${{ hashFiles('random.txt') }}" >> $GITHUB_OUTPUT test-save: needs: generate-key