From f63977a7f25e6733067bbaa37d364e2627002b4d Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 00:48:31 +0200 Subject: [PATCH] update actions short-sha@v2 and setup-python@v4 fix #355 in dev03 --- .github/workflows/compile_development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index 64c05bfd..3d32111d 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: ref: development03 - - uses: benjlevesque/short-sha@v1.2 + - uses: benjlevesque/short-sha@v2 id: short-sha with: length: 7 @@ -30,7 +30,7 @@ jobs: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: setup-python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 - name: install-platformio run: | python -m pip install --upgrade pip