Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7426:a6d6c728240f
Bump actions/setup-python from 4.6.0 to 4.6.1 - https://github.com/roundup-tracker/roundup/pull/34
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 28 May 2023 22:56:28 -0400 |
| parents | 6b332e3d7c43 |
| children | e6cd3f3cd691 |
comparison
equal
deleted
inserted
replaced
| 7425:291c13c3b8e5 | 7426:a6d6c728240f |
|---|---|
| 92 # continue-on-error: true | 92 # continue-on-error: true |
| 93 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | 93 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 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@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 | 97 uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 |
| 98 with: | 98 with: |
| 99 python-version: ${{ matrix.python-version }} | 99 python-version: ${{ matrix.python-version }} |
| 100 allow-prereleases: true | 100 allow-prereleases: true |
| 101 cache: 'pip' | 101 cache: 'pip' |
| 102 | 102 |
