diff --git a/.github/workflows/delete-documentation-version.yml b/.github/workflows/delete-documentation-version.yml index 524bac23f..308a12b25 100644 --- a/.github/workflows/delete-documentation-version.yml +++ b/.github/workflows/delete-documentation-version.yml @@ -15,7 +15,7 @@ jobs: ref: docs/main fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.x - name: Install dependencies diff --git a/.github/workflows/publish-documentation-new-version.yml b/.github/workflows/publish-documentation-new-version.yml index 0a8e620cb..92a162c0c 100644 --- a/.github/workflows/publish-documentation-new-version.yml +++ b/.github/workflows/publish-documentation-new-version.yml @@ -12,7 +12,7 @@ jobs: ref: docs/main fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.x - name: Install dependencies