Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: update github-script action to remove nodejs deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Feb 2, 2024
1 parent f028f5e commit e6a7c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/util:get-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
outputs:
latest-release: ${{ steps.script.outputs.result }}
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
id: script
with:
result-encoding: string
Expand Down

0 comments on commit e6a7c1c

Please sign in to comment.