diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 3a0c4936c..182b0aa22 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -40,7 +40,7 @@ jobs: build=$(cat ${GITHUB_WORKSPACE}/buildroot-external/meta | grep VERSION_BUILD | cut -d'=' -f2) echo "::set-output name=version_main::${major}.${build}" - name: Create build matrix - uses: actions/github-script@v4 + uses: actions/github-script@v6 id: generate_matrix with: script: | @@ -69,7 +69,7 @@ jobs: steps: - name: Define git reference - uses: actions/github-script@v4 + uses: actions/github-script@v6 id: generate_gitref with: script: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56ee9362e..18a50b113 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: fi echo "::set-output name=version_dev::${tag_dev}" - name: Create build matrix - uses: actions/github-script@v4 + uses: actions/github-script@v6 id: generate_matrix with: script: |