Skip to content

Commit

Permalink
Updated actions github-script to v7 to address node version warning
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 30, 2024
1 parent 7499fbd commit 3f22ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
steps:
- name: Set run type (normal, scheduled, release)
id: set-run-type
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down

0 comments on commit 3f22ccc

Please sign in to comment.