Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 8479:69fc3cee878c
chore: github actions/checkout upgrade 5.0.0 to 6.0.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Nov 2025 11:50:19 -0500 |
| parents | eb132047dd21 |
| children | 9c7ac1aa68c9 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Nov 15 16:59:24 2025 -0500 +++ b/.github/workflows/ci-test.yml Mon Nov 24 11:50:19 2025 -0500 @@ -116,7 +116,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }}
