Skip to content

Commit

Permalink
Remove deprecated set-output action
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Paranoiaque committed Aug 10, 2023
1 parent 89b97ce commit e305c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cordova-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jobs:
- name: Get npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir::$(npm config get cache)"
echo "dir=$(npm config get cache)" >> $GITHUB_STATE
- name: Cache node modules
uses: actions/cache@v3
Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:
- name: Get npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir::$(npm config get cache)"
echo "dir=$(npm config get cache)" >> $GITHUB_STATE
- name: Cache node modules
uses: actions/cache@v3
Expand Down

0 comments on commit e305c32

Please sign in to comment.