Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 8333:1a9889d08224
chore: bump actions used on github.
Need to check dependabot. It should have been giving me updates on these.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Jun 2025 15:47:29 -0400 |
| parents | ac48adc9ed39 |
| children | cf757cd416dc |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Jun 19 15:25:19 2025 -0400 +++ b/.github/workflows/ci-test.yml Thu Jun 19 15:47:29 2025 -0400 @@ -116,11 +116,11 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }} - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: ${{ matrix.python-version }} allow-prereleases: true @@ -317,7 +317,7 @@ - name: Upload coverage to Codecov # see: https://github.com/codecov/codecov-action#usage - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}
