diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b3fb479d..f8baf6bc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Set up Python if: startswith(matrix.python-version, '3') - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: ${{ matrix.python-version }} @@ -117,7 +117,7 @@ jobs: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: # Use minimum version of python for coverage to avoid phantom branches # https://github.com/nedbat/coveragepy/issues/1572#issuecomment-1522546425 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ce484d20..23e7a8af7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: "3.x" diff --git a/changes/1490.misc.rst b/changes/1490.misc.rst new file mode 100644 index 000000000..8b779af0e --- /dev/null +++ b/changes/1490.misc.rst @@ -0,0 +1 @@ +Updated actions/setup-python from 4.7.0 to 4.7.1.