diff --git a/.github/workflows/call-build-docs.yaml b/.github/workflows/call-build-docs.yaml index 4ee40ba1f..bbac8226a 100644 --- a/.github/workflows/call-build-docs.yaml +++ b/.github/workflows/call-build-docs.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.11 - name: Install mkdocs-material diff --git a/.github/workflows/call-offline-build.yaml b/.github/workflows/call-offline-build.yaml index 82ee7b32c..386409077 100644 --- a/.github/workflows/call-offline-build.yaml +++ b/.github/workflows/call-offline-build.yaml @@ -43,7 +43,7 @@ jobs: cat charts/kubean/templates/manifest.cr.yaml - name: Preparing the python environment - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9'