Skip to content

Commit

Permalink
Merge pull request #174 from NetApp/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/github-script-7

Bump actions/github-script from 5 to 7
  • Loading branch information
carchi8py authored Apr 24, 2024
2 parents 31a3694 + c243c7a commit 5f133cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Create comments
if: failure()
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const todo_lines = `${{ steps.check.outputs.todo_lines }}`.trim().split('\n');
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_for_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Create comment
if: failure()
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const issue_number = context.payload.pull_request.number;
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Create comment
if: failure()
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const issue_number = context.payload.pull_request.number;
Expand Down

0 comments on commit 5f133cc

Please sign in to comment.