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