diff --git a/action.yml b/action.yml index 4330960..c69c628 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: ${{ runner.os }}-test-${{ inputs.cache-name }}- - id: hit - run: echo "::set-output name=cache-hit::$(echo $CACHE_HIT)" + run: echo "cache-hit=$CACHE_HIT" >> $GITHUB_OUTPUT env: CACHE_HIT: ${{ steps.cache.outputs.cache-hit }} shell: bash