Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7485:e6cd3f3cd691
Bump actions/checkout from 3.5.2 to 3.5.3 - https://github.com/roundup-tracker/roundup/pull/37
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 Jun 2023 23:48:08 -0400 |
| parents | a6d6c728240f |
| children | bdb23fef01ea |
comparison
equal
deleted
inserted
replaced
| 7484:38ce0a2a9cf8 | 7485:e6cd3f3cd691 |
|---|---|
| 88 # example directives: | 88 # example directives: |
| 89 # disable step | 89 # disable step |
| 90 # if: {{ false }} | 90 # if: {{ false }} |
| 91 # continue running if step fails | 91 # continue running if step fails |
| 92 # continue-on-error: true | 92 # continue-on-error: true |
| 93 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | 93 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
| 94 | 94 |
| 95 # Setup version of Python to use | 95 # Setup version of Python to use |
| 96 - name: Set Up Python ${{ matrix.python-version }} | 96 - name: Set Up Python ${{ matrix.python-version }} |
| 97 uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 | 97 uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 |
| 98 with: | 98 with: |
