From 9b0f26451af265e042ef4c8270d3e8ab83f38f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Tue, 23 Jan 2024 12:02:57 +0200 Subject: [PATCH] UHF-9380: Switched the deprecated set-output command to GITHUB_OUTPUT. --- .github/workflows/npm_audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm_audit.yml b/.github/workflows/npm_audit.yml index 1c5ea44ca..887d3dc40 100644 --- a/.github/workflows/npm_audit.yml +++ b/.github/workflows/npm_audit.yml @@ -1,4 +1,4 @@ -name: NPM Audit Fix and Create PR +name: NPM Audit on: schedule: @@ -39,7 +39,7 @@ jobs: - name: Read PR template id: pr_template - run: echo "::set-output name=template::$(cat .github/workflows/npm_audit_template.md)" + run: echo "template=$(cat .github/workflows/npm_audit_template.md)" >> $GITHUB_ENV - name: Create Pull Request if: steps.git_changes.outputs.stdout