From adfc8fb0a34436f34a3db9a15b0241a8dc49cbd2 Mon Sep 17 00:00:00 2001 From: lumapu Date: Wed, 19 Oct 2022 22:32:05 +0200 Subject: [PATCH 1/3] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..e87aae7f --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: "https://paypal.me/lupusch" From 0630e684713e434f0402c33dc0d2fde840c1536f Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 00:20:38 +0200 Subject: [PATCH 2/3] upgrade actions/cache@v try to fix #355 --- .github/workflows/compile_esp8266.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_esp8266.yml b/.github/workflows/compile_esp8266.yml index 8e076f36..552e735f 100644 --- a/.github/workflows/compile_esp8266.yml +++ b/.github/workflows/compile_esp8266.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 with: ref: main - - uses: benjlevesque/short-sha@v1.2 + - uses: benjlevesque/short-sha@v2 id: short-sha with: length: 7 From f63977a7f25e6733067bbaa37d364e2627002b4d Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 00:48:31 +0200 Subject: [PATCH 3/3] 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