We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
::set-output
1 parent 17bdee6 commit 166f7c2Copy full SHA for 166f7c2
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
version=0.0.$GITHUB_RUN_NUMBER
29
echo "ThisBuild / version := \"$version\"" > version.sbt
30
- echo "::set-output name=version::$version"
+ echo "version=$version" >> $GITHUB_OUTPUT
31
working-directory: "test"
32
- name: Test the action
33
uses: ./
CHANGELOG.md
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Changed
11
12
-- Fix test workflow to use `sbt/setup-sbt` action
+- test: Fix test workflow to use `sbt/setup-sbt` action
13
+- test: Replace deprecated `::set-output`
14
15
## [v1.0.1]
16
0 commit comments