From ae89793ebd113982bc02d7a9386a13cc73e20415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 12:19:32 +0000 Subject: [PATCH] Bump actions/github-script from 4 to 4.0.2 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v4.0.2) Signed-off-by: dependabot[bot] --- .github/workflows/stable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index f9eac21..daf2465 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -41,7 +41,7 @@ jobs: - name: Build Bin run: nexe --build ./bin/bds_maneger.js --output ./BdsManegerCliLinux - - uses: actions/github-script@v4 + - uses: actions/github-script@v4.0.2 id: set-result with: script: return "${{ github.ref }}".split("refs/tags/").join("") @@ -76,7 +76,7 @@ jobs: - name: Build Bin run: nexe --build ./bin/bds_maneger.js --output ./BdsManegerCLIMacOS - - uses: actions/github-script@v4 + - uses: actions/github-script@v4.0.2 id: set-result with: script: return "${{ github.ref }}".split("refs/tags/").join("") @@ -114,7 +114,7 @@ jobs: - name: Build Bin run: nexe --build bin\bds_maneger.js --output BdsManegerCliWindows - - uses: actions/github-script@v4 + - uses: actions/github-script@v4.0.2 id: set-result with: script: return "${{ github.ref }}".split("refs/tags/").join("") -- 2.47.1