From 37a6f8d2384c103c41041dc91fc6c2a43c368038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 09:32:03 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 5 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v5) --- 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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b065991582..3b9da7589f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: docker push ${IMAGE_BASE} --all-tags - name: Lukk gamle bygg-issues - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -72,7 +72,7 @@ jobs: - name: Opprett issue, trigg deploy til dev-gcp if: success() - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v5 with: github-token: ${{secrets.NOTIFICATION}} script: |