From 34a23119de60d79b5f307e51e32d9daaf61df515 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Tue, 2 Jan 2024 14:56:48 -0500 Subject: [PATCH] Bump --- .gitea/workflows/docs_workflow.yml | 3 +- .gitea/workflows/firmware_workflow.yml | 52 +++++++++++++------------- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/.gitea/workflows/docs_workflow.yml b/.gitea/workflows/docs_workflow.yml index 93c52d7..1d4912c 100644 --- a/.gitea/workflows/docs_workflow.yml +++ b/.gitea/workflows/docs_workflow.yml @@ -18,10 +18,9 @@ jobs: name: Build Docs steps: - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: "3.10" - architecture: x64 - uses: actions/checkout@v2 with: diff --git a/.gitea/workflows/firmware_workflow.yml b/.gitea/workflows/firmware_workflow.yml index a78cb17..e38f6a4 100644 --- a/.gitea/workflows/firmware_workflow.yml +++ b/.gitea/workflows/firmware_workflow.yml @@ -19,20 +19,20 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Cache pip - uses: actions/cache@v2 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip- - - name: Cache PlatformIO - uses: actions/cache@v2 - with: - path: ~/.platformio - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} + # - name: Cache pip + # uses: actions/cache@v2 + # with: + # path: ~/.cache/pip + # key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} + # restore-keys: | + # ${{ runner.os }}-pip- + # - name: Cache PlatformIO + # uses: actions/cache@v2 + # with: + # path: ~/.platformio + # key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 - name: Install PlatformIO run: | python -m pip install --upgrade pip @@ -52,20 +52,20 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Cache pip - uses: actions/cache@v2 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip- - - name: Cache PlatformIO - uses: actions/cache@v2 - with: - path: ~/.platformio - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} + # - name: Cache pip + # uses: actions/cache@v2 + # with: + # path: ~/.cache/pip + # key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} + # restore-keys: | + # ${{ runner.os }}-pip- + # - name: Cache PlatformIO + # uses: actions/cache@v2 + # with: + # path: ~/.platformio + # key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 - name: Install PlatformIO run: | python -m pip install --upgrade pip