Skip to content

Commit

Permalink
ci: drop legacy set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Aug 23, 2023
1 parent 048aad2 commit f8153bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "name=dir::$(yarn cache dir)" > $GITHUB_OUTPUT
- uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit f8153bb

Please sign in to comment.