Skip to content

Commit

Permalink
remove deprecated usage of save-state
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Jun 17, 2024
1 parent b9cff7f commit 255705c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- 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@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -99,7 +99,6 @@ jobs:
# Build

- run: yarn
- run: yarn lint
- run: yarn package

# Artifacts
Expand Down

0 comments on commit 255705c

Please sign in to comment.