Mercurial > p > roundup > code
comparison .github/workflows/ci-test.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 | 9c7ac1aa68c9 |
| children | 4e0944649af7 |
comparison
equal
deleted
inserted
replaced
| 8482:aab59f040b80 | 8483:7201316bd6e8 |
|---|---|
| 118 # continue-on-error: true | 118 # continue-on-error: true |
| 119 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | 119 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 120 | 120 |
| 121 # Setup version of Python to use | 121 # Setup version of Python to use |
| 122 - name: Set Up Python ${{ matrix.python-version }} | 122 - name: Set Up Python ${{ matrix.python-version }} |
| 123 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | 123 uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
| 124 with: | 124 with: |
| 125 python-version: ${{ matrix.python-version }} | 125 python-version: ${{ matrix.python-version }} |
| 126 allow-prereleases: true | 126 allow-prereleases: true |
| 127 cache: 'pip' | 127 cache: 'pip' |
| 128 | 128 |
