Skip to content

Commit

Permalink
Deprecate set-output in workflows (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayomaki authored Sep 14, 2023
1 parent 6d13aa1 commit c9c9e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get install -y texlive texlive-fonts-extra texlive-lang-cjk latexmk
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v2
id: yarn-cache
with:
Expand Down

0 comments on commit c9c9e88

Please sign in to comment.