Skip to content

Commit

Permalink
build(workflow): update actions/github-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jan 10, 2024
1 parent f3768a8 commit abd2cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Set Output #supports setting multiline output
id: set_output
uses: actions/github-script@v6
uses: actions/github-script@v7.0.1
with:
script: |
core.setOutput("skipped", `${{ steps.changelog.outputs.skipped }}`);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Set Output #supports setting multiline output
id: set_output
uses: actions/github-script@v6
uses: actions/github-script@v7.0.1
with:
script: |
core.setOutput("skipped", `${{ steps.changelog.outputs.skipped }}`);
Expand Down

0 comments on commit abd2cf8

Please sign in to comment.