Mercurial > p > roundup > code
changeset 8483:7201316bd6e8
chore: bump actions/setup-python from 6.0.0 to 6.1.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 02 Dec 2025 12:30:20 -0500 |
| parents | aab59f040b80 |
| children | 3a07e63ec7c7 |
| files | .github/workflows/build-xapian.yml .github/workflows/ci-test.yml |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/build-xapian.yml Fri Nov 28 11:51:03 2025 -0500 +++ b/.github/workflows/build-xapian.yml Tue Dec 02 12:30:20 2025 -0500 @@ -46,7 +46,7 @@ # Setup version of Python to use - name: Set Up Python 3.13 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: 3.13 allow-prereleases: true
--- a/.github/workflows/ci-test.yml Fri Nov 28 11:51:03 2025 -0500 +++ b/.github/workflows/ci-test.yml Tue Dec 02 12:30:20 2025 -0500 @@ -120,7 +120,7 @@ # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }} - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: ${{ matrix.python-version }} allow-prereleases: true
