Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Jun 11 23:47:00 2023 -0400 +++ b/.github/workflows/ci-test.yml Sun Jun 11 23:48:08 2023 -0400 @@ -90,7 +90,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }}
