Skip to content

Commit

Permalink
Merge 3edd823 into eac1d59
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 15, 2022
2 parents eac1d59 + 3edd823 commit 1437ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1437ba7

Please sign in to comment.