From 3110b044eb41063e40a4dce98a1bae0ddd79305e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:29:02 +0200 Subject: [PATCH] Bump actions/github-script from 4 to 6 (#1952) Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dev.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: |