From e80304bb2ec34d222022e32a8714002057c5547f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 01:11:53 +0000 Subject: [PATCH] Bump actions/github-script from 4 to 6.3.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v6.3.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-linux-installer-deb.yml | 4 ++-- .github/workflows/build-linux-installer-rpm.yml | 4 ++-- .github/workflows/build-macos-installer.yml | 2 +- .github/workflows/build-windows-installer.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-linux-installer-deb.yml b/.github/workflows/build-linux-installer-deb.yml index d91a18d..91a48c0 100644 --- a/.github/workflows/build-linux-installer-deb.yml +++ b/.github/workflows/build-linux-installer-deb.yml @@ -87,7 +87,7 @@ jobs: SECRET: "${{ secrets.INSTALLER_UPLOAD_SECRET }}" # Get the most recent release from chia-plotter-madmax - - uses: actions/github-script@v4 + - uses: actions/github-script@v6.3.0 id: 'latest-madmax' with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -108,7 +108,7 @@ jobs: chmod +x "$GITHUB_WORKSPACE/madmax/salvia_plot_k34" # Get the most recent release from bladebit - - uses: actions/github-script@v4 + - uses: actions/github-script@v6.3.0 id: 'latest-bladebit' with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-linux-installer-rpm.yml b/.github/workflows/build-linux-installer-rpm.yml index 4da5007..414cefd 100644 --- a/.github/workflows/build-linux-installer-rpm.yml +++ b/.github/workflows/build-linux-installer-rpm.yml @@ -56,7 +56,7 @@ jobs: SECRET: "${{ secrets.INSTALLER_UPLOAD_SECRET }}" # Get the most recent release from chia-plotter-madmax - - uses: actions/github-script@v4 + - uses: actions/github-script@v6.3.0 id: 'latest-madmax' with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -77,7 +77,7 @@ jobs: chmod +x "$GITHUB_WORKSPACE/madmax/salvia_plot_k34" # Get the most recent release from bladebit - - uses: actions/github-script@v4 + - uses: actions/github-script@v6.3.0 id: 'latest-bladebit' with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index d69e33f..b5893ab 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -84,7 +84,7 @@ jobs: p12-password: ${{ secrets.APPLE_DEV_ID_APP_PASS }} # Get the most recent release from chia-plotter-madmax - - uses: actions/github-script@v4 + - uses: actions/github-script@v6.3.0 id: 'latest-madmax' with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-windows-installer.yml b/.github/workflows/build-windows-installer.yml index f9919dc..2795586 100644 --- a/.github/workflows/build-windows-installer.yml +++ b/.github/workflows/build-windows-installer.yml @@ -93,7 +93,7 @@ jobs: deactivate # Get the most recent release from chia-plotter-madmax - - uses: actions/github-script@v4 + - uses: actions/github-script@v6.3.0 id: 'latest-madmax' with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -111,7 +111,7 @@ jobs: Invoke-WebRequest https://github.com/Chia-Network/chia-plotter-madmax/releases/download/${{ steps.latest-madmax.outputs.result }}/chia_plot_k34-${{ steps.latest-madmax.outputs.result }}.exe -OutFile "$env:GITHUB_WORKSPACE\madmax\salvia_plot_k34.exe" # Get the most recent release from bladebit - - uses: actions/github-script@v4 + - uses: actions/github-script@v6.3.0 id: 'latest-bladebit' with: github-token: ${{ secrets.GITHUB_TOKEN }}