Skip to content

Commit

Permalink
Remove deprecated set-output from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Jan 29, 2023
1 parent 5e95eab commit 556ade4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18 # TODO: Can we get this from "engine" field?
node-version: 18 # TODO: Can we get this from "engine" field in package.json?

- uses: pnpm/[email protected]
name: Install pnpm
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Get pnpm store directory
id: pnpm-cache
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@v3
Expand Down

1 comment on commit 556ade4

@vercel
Copy link

@vercel vercel bot commented on 556ade4 Jan 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

venice – ./

venice-venice.vercel.app
venice-git-main-venice.vercel.app
usevenice.vercel.app
app.usevenice.com

Please sign in to comment.