From e305c324d715ad4109431e7973648fa243886d8e Mon Sep 17 00:00:00 2001 From: Mighty Date: Thu, 10 Aug 2023 19:10:37 +0200 Subject: [PATCH] Remove deprecated set-output action --- .github/workflows/cordova-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cordova-build.yml b/.github/workflows/cordova-build.yml index a872adc0..5afb9c44 100644 --- a/.github/workflows/cordova-build.yml +++ b/.github/workflows/cordova-build.yml @@ -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 @@ -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