Skip to content

Commit

Permalink
Avoid deprecated set-output (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Sep 18, 2024
1 parent a953dc5 commit 3fdaed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
fi
fi
echo "::set-output name=tags::${tags}"
echo "::set-output name=tag::${tag}"
echo "tags=${tags}" >> $GITHUB_OUTPUT
echo "tag=${tag}" >> $GITHUB_OUTPUT
- name: Checkout upstream Jupyter Lab image repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 3fdaed2

Please sign in to comment.