Fix github actions deprecations warnings (#10575)

This commit is contained in:
Michael Telatynski
2023-04-12 13:06:30 +01:00
committed by GitHub
parent 7cd86231b4
commit 9c19cd48fe
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ jobs:
JSSDK_SHA=$(git -C matrix-js-sdk rev-parse --short=12 HEAD)
REACT_SHA=$(git rev-parse --short=12 HEAD)
VECTOR_SHA=$(git -C element-web rev-parse --short=12 HEAD)
echo "::set-output name=VERSION::$VECTOR_SHA-react-$REACT_SHA-js-$JSSDK_SHA"
echo "VERSION=$VECTOR_SHA-react-$REACT_SHA-js-$JSSDK_SHA" >> $GITHUB_OUTPUT
- name: Copy config
run: cp element.io/develop/config.json config.json