Skip to content

Commit

Permalink
Merge pull request codeharborhub#3370 from CodeHarborHub/renovate/maj…
Browse files Browse the repository at this point in the history
…or-all

Update actions/github-script action to v7
  • Loading branch information
ajay-dhangar authored Jul 16, 2024
2 parents ae2d763 + 767fa64 commit 2cab9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-content-on-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Add Guidance Comment
if: ${{ contains(steps.check_labels.outputs.labels, 'dsa-solution') }}
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 2cab9da

Please sign in to comment.