Skip to content

Commit

Permalink
fixing the github warning in actions - The set-output command is de…
Browse files Browse the repository at this point in the history
…precated and will be disabled soon. Please upgrade to using Environment Files.

Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Nov 14, 2024
1 parent 29d6d7f commit ba4e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Get uv cache dir
id: uv-cache
run: |
echo "::set-output name=dir::$(uv cache dir)"
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: uv cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit ba4e679

Please sign in to comment.