Skip to content

Commit

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

github-actions(deps): Bump actions/github-script from 6 to 7
  • Loading branch information
github-actions[bot] authored Nov 14, 2023
2 parents 064f89f + 11ee393 commit 590d6b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: "Approve pull request"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand All @@ -40,7 +40,7 @@ jobs:
});
- name: "Merge pull request"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
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@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down

0 comments on commit 590d6b6

Please sign in to comment.