diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index 888334e09d..4cbfd4675a 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -36,7 +36,7 @@ jobs: with: persist-credentials: false - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - run: sudo apt-get install libaspell-dev aspell-en @@ -64,7 +64,7 @@ jobs: timeout-minutes: 10 steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.x - uses: actions/checkout@v4 diff --git a/.github/workflows/codespell-windows.yml b/.github/workflows/codespell-windows.yml index 2a37a617e5..05143c351d 100644 --- a/.github/workflows/codespell-windows.yml +++ b/.github/workflows/codespell-windows.yml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.8' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1056254e38..3daf82632a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install dependencies