Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun May 28 22:54:31 2023 -0400 +++ b/.github/workflows/ci-test.yml Sun May 28 22:56:28 2023 -0400 @@ -94,7 +94,7 @@ # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }} - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 + uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 with: python-version: ${{ matrix.python-version }} allow-prereleases: true
