Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8333:1a9889d08224
chore: bump actions used on github.
Need to check dependabot. It should have been giving me updates on these.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Jun 2025 15:47:29 -0400 |
| parents | ac48adc9ed39 |
| children | cf757cd416dc |
comparison
equal
deleted
inserted
replaced
| 8332:ac48adc9ed39 | 8333:1a9889d08224 |
|---|---|
| 114 # example directives: | 114 # example directives: |
| 115 # disable step | 115 # disable step |
| 116 # if: {{ false }} | 116 # if: {{ false }} |
| 117 # continue running if step fails | 117 # continue running if step fails |
| 118 # continue-on-error: true | 118 # continue-on-error: true |
| 119 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | 119 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 | 123 uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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 |
| 315 - name: Build docs | 315 - name: Build docs |
| 316 run: python ./setup.py build_doc | 316 run: python ./setup.py build_doc |
| 317 | 317 |
| 318 - name: Upload coverage to Codecov | 318 - name: Upload coverage to Codecov |
| 319 # see: https://github.com/codecov/codecov-action#usage | 319 # see: https://github.com/codecov/codecov-action#usage |
| 320 uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5 | 320 uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 |
| 321 with: | 321 with: |
| 322 verbose: true | 322 verbose: true |
| 323 token: ${{ secrets.CODECOV_TOKEN }} | 323 token: ${{ secrets.CODECOV_TOKEN }} |
| 324 | 324 |
| 325 - name: Upload coverage to Coveralls | 325 - name: Upload coverage to Coveralls |
