Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8512:951db0950174
chore(build): bump actions/checkout from 6.0.1 to 6.0.2 pull #79
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 27 Jan 2026 21:40:43 -0500 |
| parents | 9d1fde7a4bea |
| children | 015a0197fac4 |
comparison
equal
deleted
inserted
replaced
| 8510:00aec15117c0 | 8512:951db0950174 |
|---|---|
| 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | 119 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | 123 uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
| 124 with: | 124 with: |
