From 3edd823b15128ffff8249a3f60c780657b369b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 22:01:12 +0000 Subject: [PATCH] github-actions(deps): bump actions/github-script from 6.1.0 to 6.1.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... 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 75f7ca4e..33189339 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.0" + uses: "actions/github-script@v6.1.1" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | @@ -47,7 +47,7 @@ jobs: } - name: "Assign @ergebnis-bot" - uses: "actions/github-script@v6.1.0" + uses: "actions/github-script@v6.1.1" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | @@ -69,7 +69,7 @@ jobs: } - name: "Approve pull request" - uses: "actions/github-script@v6.1.0" + uses: "actions/github-script@v6.1.1" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | @@ -87,7 +87,7 @@ jobs: } - name: "Merge pull request" - uses: "actions/github-script@v6.1.0" + uses: "actions/github-script@v6.1.1" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 66445cae..f4f084c1 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.0" + uses: "actions/github-script@v6.1.1" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" script: |