Mercurial > p > roundup > code
comparison .github/workflows/build-xapian.yml @ 8514:015a0197fac4
chore(build): bump actions/setup-python from 6.1.0 to 6.2.0 pull #81
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 27 Jan 2026 21:42:34 -0500 |
| parents | 951db0950174 |
| children |
comparison
equal
deleted
inserted
replaced
| 8513:d7d91e25a1c2 | 8514:015a0197fac4 |
|---|---|
| 44 # continue-on-error: true | 44 # continue-on-error: true |
| 45 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | 45 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | 49 uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.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 |
