From a18cba555a39bd10e12a99fd71204db49ca48aee Mon Sep 17 00:00:00 2001 From: Ty Schlichenmeyer Date: Tue, 20 Feb 2024 23:17:09 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7:=20update=20set-output=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22896aa8..c530ea04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Get pip cache dir id: pip-cache run: | - echo "::set-output name=dir::$(pip cache dir)" + echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Cache uses: actions/cache@v4