Skip to content

Commit 62c95e8

Browse files
committed
fix: deprecation from new actionlint
1 parent e1c164a commit 62c95e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
id: version
185185
run: |
186186
version=$(grep ^version galaxy.yml|awk '{print $2}')
187-
echo "::set-output name=version::$version"
187+
echo "version=$version" >> "$GITHUB_OUTPUT"
188188
working-directory: ansible_collections/serverscom/sc_api
189189
- name: Print artifact info
190190
run: |

0 commit comments

Comments
 (0)