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 Jul 10, 2024
1 parent 5f24536 commit 5cf11b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-close-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Check if employee
id: check_employee
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.READ_KHULNASOFT_ORG_MEMBERS_TOKEN }}
result-encoding: string
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Close PR
id: close_pr
if: ${{ steps.check_employee.outputs.result == 'false' }}
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/issue_projects_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Get selected topic
id: get_selected_topic
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-templated-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Get selected topic
id: get_selected_topic
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down

0 comments on commit 5cf11b0

Please sign in to comment.