Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7617:926ea14c3450
chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 - https://github.com/roundup-tracker/roundup/pull/47
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:00:57 -0400 |
| parents | a8ab9c56924a |
| children | b3fdbeeda89e |
comparison
equal
deleted
inserted
replaced
| 7616:a8ab9c56924a | 7617:926ea14c3450 |
|---|---|
| 91 # example directives: | 91 # example directives: |
| 92 # disable step | 92 # disable step |
| 93 # if: {{ false }} | 93 # if: {{ false }} |
| 94 # continue running if step fails | 94 # continue running if step fails |
| 95 # continue-on-error: true | 95 # continue-on-error: true |
| 96 uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | 96 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 |
| 97 | 97 |
| 98 # Setup version of Python to use | 98 # Setup version of Python to use |
| 99 - name: Set Up Python ${{ matrix.python-version }} | 99 - name: Set Up Python ${{ matrix.python-version }} |
| 100 uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 | 100 uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 |
| 101 with: | 101 with: |
