Skip to content

Commit

Permalink
Merge pull request #262 from Jan0707/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/github-script-5

github-actions(deps): bump actions/github-script from 3.1 to 5
  • Loading branch information
localheinz committed Nov 8, 2021
2 parents 22faa8d + fb0b6b8 commit b8f16a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: "Close pull requests created by violinist-bot"
uses: "actions/github-script@v3.1"
uses: "actions/github-script@v5"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
steps:
- name: "Merge pull request"
uses: "actions/github-script@v3.1"
uses: "actions/github-script@v5"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: "Add labels based on branch name"
uses: "actions/github-script@v3.1"
uses: "actions/github-script@v5"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down

0 comments on commit b8f16a1

Please sign in to comment.