Skip to content

Commit

Permalink
GitHub Action: Remove save-state and set-output deprecation warnings
Browse files Browse the repository at this point in the history
> Warning: The `save-state` command is deprecated and will be disabled 
soon. Please upgrade to using Environment Files. For more information 
see: 
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
  • Loading branch information
marcoroth committed Nov 17, 2022
1 parent e67278b commit 9fed5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
Expand Down

0 comments on commit 9fed5df

Please sign in to comment.