Mercurial > p > roundup > code
comparison .github/workflows/build-xapian.yml @ 8444:e024fbb86f90
chore: dependabot upgrade setup-python to 6.0.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 08 Sep 2025 09:07:12 -0400 |
| parents | 3db40a355a6c |
| children | 69fc3cee878c |
comparison
equal
deleted
inserted
replaced
| 8443:39a6825d10ca | 8444:e024fbb86f90 |
|---|---|
| 44 # continue-on-error: true | 44 # continue-on-error: true |
| 45 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | 45 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | 49 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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 |
