Browse Source

set-output fix

PF4Public 1 year ago
parent
commit
08cbc1122a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/new_version_check.yml

+ 4 - 4
.github/workflows/new_version_check.yml

@@ -16,10 +16,10 @@ jobs:
       - name: Set maintainer groups
         id: maintainers
         run: |
-            echo "::set-output name=all::@networkException"
-            echo "::set-output name=linux::@rany2"
-            echo "::set-output name=windows::"
-            echo "::set-output name=macos::"
+          echo "all=@networkException" >> $GITHUB_OUTPUT
+          echo "linux=@rany2" >> $GITHUB_OUTPUT
+          echo "windows=" >> $GITHUB_OUTPUT
+          echo "macos=" >> $GITHUB_OUTPUT
       - name: Get the latest Chromium version
         id: latest-version
         run: |