From 04ae2f72cb68f1373eb6e1168e66a000dea0c690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 22:12:50 +0000 Subject: [PATCH] github-actions(deps): bump actions/github-script from 6.1.1 to 6.2.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/merge.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 33189339..f6fa201a 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: "Request review from @ergebnis-bot" - uses: "actions/github-script@v6.1.1" + uses: "actions/github-script@v6.2.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | @@ -47,7 +47,7 @@ jobs: } - name: "Assign @ergebnis-bot" - uses: "actions/github-script@v6.1.1" + uses: "actions/github-script@v6.2.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | @@ -69,7 +69,7 @@ jobs: } - name: "Approve pull request" - uses: "actions/github-script@v6.1.1" + uses: "actions/github-script@v6.2.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | @@ -87,7 +87,7 @@ jobs: } - name: "Merge pull request" - uses: "actions/github-script@v6.1.1" + uses: "actions/github-script@v6.2.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f928d207..5dff0362 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -93,7 +93,7 @@ jobs: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" - name: "Upload release assets" - uses: "actions/github-script@v6.1.1" + uses: "actions/github-script@v6.2.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: |