Skip to content

Commit

Permalink
Update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 13, 2023
1 parent 5ec9949 commit 4409a5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: "Request review from @nucleos-bot"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
script: |
Expand All @@ -80,7 +80,7 @@ jobs:
})
- name: "Assign @nucleos-bot"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
script: |
Expand All @@ -97,7 +97,7 @@ jobs:
})
- name: "Approve pull request"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
if: "github.actor != 'nucleos-bot'"
with:
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
Expand All @@ -112,7 +112,7 @@ jobs:
})
- name: "Merge pull request"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
script: |
Expand Down

0 comments on commit 4409a5c

Please sign in to comment.