Skip to content

Commit

Permalink
chore: update deprecated set-output commands (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
wei committed Nov 12, 2022
1 parent b7c1a1b commit aa6c1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit aa6c1ce

Please sign in to comment.