Mercurial > p > roundup > code
comparison .github/workflows/build-xapian.yml @ 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 | 69fc3cee878c |
| children | 4e0944649af7 |
comparison
equal
deleted
inserted
replaced
| 8482:aab59f040b80 | 8483:7201316bd6e8 |
|---|---|
| 44 # continue-on-error: true | 44 # continue-on-error: true |
| 45 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | 45 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 46 | 46 |
| 47 # Setup version of Python to use | 47 # Setup version of Python to use |
| 48 - name: Set Up Python 3.13 | 48 - name: Set Up Python 3.13 |
| 49 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | 49 uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
| 50 with: | 50 with: |
| 51 python-version: 3.13 | 51 python-version: 3.13 |
| 52 allow-prereleases: true | 52 allow-prereleases: true |
| 53 cache: 'pip' | 53 cache: 'pip' |
| 54 | 54 |
