Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7231:0fd41edd26b0
Bump actions/checkout from 3.3.0 to 3.4.0 -- https://github.com/roundup-tracker/roundup/pull/11
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Mar 2023 20:03:01 -0400 |
| parents | 48b76dcbcb86 |
| children | b650008b5472 |
comparison
equal
deleted
inserted
replaced
| 7230:8e118eb20d86 | 7231:0fd41edd26b0 |
|---|---|
| 90 # example directives: | 90 # example directives: |
| 91 # disable step | 91 # disable step |
| 92 # if: {{ false }} | 92 # if: {{ false }} |
| 93 # continue running if step fails | 93 # continue running if step fails |
| 94 # continue-on-error: true | 94 # continue-on-error: true |
| 95 uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | 95 uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 |
| 96 | 96 |
| 97 # Setup version of Python to use | 97 # Setup version of Python to use |
| 98 - name: Set Up Python ${{ matrix.python-version }} | 98 - name: Set Up Python ${{ matrix.python-version }} |
| 99 uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 | 99 uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 |
| 100 with: | 100 with: |
