From 34ea8302efa0e082154bf39376aea0a99a3278ae Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Wed, 12 Oct 2022 22:29:02 +0200 Subject: [PATCH] update action setup-python --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 806e9c53..a0233c50 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 - name: Install PlatformIO run: | python -m pip install --upgrade pip @@ -192,7 +192,7 @@ jobs: - name: Set Variables id: vars run: | - echo "name=sha_short::$(git rev-parse --short HEAD)" + echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - name: Prepare artifacts for release run: | @@ -262,7 +262,7 @@ jobs: - name: Set Variables id: vars run: | - echo "name=sha_short::$(git rev-parse --short HEAD)" + echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - name: Prepare artifacts for release