diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2535f96e0..47497f08e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -119,7 +119,7 @@ jobs: ${{ steps.changelog-draft-name.outputs.filename-base }}.rst steps: - name: Switch to using Python 3.11 by default - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.11 - name: >- @@ -392,7 +392,7 @@ jobs: steps: - name: Switch to using Python 3.11 - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.11 @@ -616,7 +616,7 @@ jobs: source-tarball-name: ${{ needs.pre-setup.outputs.sdist-artifact-name }} workflow-artifact-name: ${{ env.dists-artifact-name }} - name: Install python ${{ matrix.python-version }} - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} - name: Install libssh from brew @@ -866,7 +866,7 @@ jobs: steps: - name: Switch to using Python 3.11 by default - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.11 @@ -1034,7 +1034,7 @@ jobs: steps: - name: Switch to using Python 3.11 by default - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.11 @@ -1169,7 +1169,7 @@ jobs: steps: - name: Switch to using Python 3.11 - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.11 @@ -1684,7 +1684,7 @@ jobs: }} libssh-dev - name: Switch 🐍 to v${{ matrix.python-version }} id: python-install - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} @@ -1907,7 +1907,7 @@ jobs: }} libssh-dev - name: Switch 🐍 to v${{ matrix.python-version }} id: python-install - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} @@ -2082,7 +2082,7 @@ jobs: steps: - name: Switch to using Python 3.11 by default - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.11 @@ -2437,7 +2437,7 @@ jobs: path: dist/ - name: Switch to Python 3.11 - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: 3.11 - name: >- diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index 55d9b7c6c..1f7206a81 100644 --- a/.github/workflows/reusable-linters.yml +++ b/.github/workflows/reusable-linters.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} - name: >-