From aa6c1ce481a4a410edd807a00c67e832f1f5927f Mon Sep 17 00:00:00 2001 From: Wei He Date: Sat, 12 Nov 2022 02:40:56 -0500 Subject: [PATCH] chore: update deprecated set-output commands (#166) --- .github/workflows/pull_request_stats.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 44f8f8359..4015efadb 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -29,7 +29,7 @@ jobs: # We use week in the turbo cache key to keep the cache from infinitely growing - id: get-week - run: echo ::set-output name=WEEK::$(date +%U) + run: echo name=WEEK::$(date +%U) >> $GITHUB_OUTPUT - name: Turbo Cache id: turbo-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eefc9e38d..a2bc0187f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # We use week in the turbo cache key to keep the cache from infinitely growing - id: get-week - run: echo ::set-output name=WEEK::$(date +%U) + run: echo name=WEEK::$(date +%U) >> $GITHUB_OUTPUT - name: Turbo Cache id: turbo-cache