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