Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7261:0ca12df8ef06
Bump actions/checkout from 3.5.0 to 3.5.2 - https://github.com/roundup-tracker/roundup/pull/19
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 19 Apr 2023 21:36:31 -0400 |
| parents | e07e96ef188b |
| children | b83e2fb5f578 |
comparison
equal
deleted
inserted
replaced
| 7260:e07e96ef188b | 7261:0ca12df8ef06 |
|---|---|
| 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 | 95 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 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: |
