From 46026be3d1207ffcfaa9df9b3cb75aeffb5cf159 Mon Sep 17 00:00:00 2001 From: Wei He Date: Fri, 11 Nov 2022 01:59:55 +0000 Subject: [PATCH] chore: update deprecated set-output commands --- .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