Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8425:3db40a355a6c
chore: bump actions/checkout as reported by dependabot.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 20 Aug 2025 11:23:39 -0400 |
| parents | 1c2a3512d4b5 |
| children | d89d0147dd17 |
comparison
equal
deleted
inserted
replaced
| 8424:4a948ad46579 | 8425:3db40a355a6c |
|---|---|
| 114 # example directives: | 114 # example directives: |
| 115 # disable step | 115 # disable step |
| 116 # if: {{ false }} | 116 # if: {{ false }} |
| 117 # continue running if step fails | 117 # continue running if step fails |
| 118 # continue-on-error: true | 118 # continue-on-error: true |
| 119 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | 119 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 120 | 120 |
| 121 # Setup version of Python to use | 121 # Setup version of Python to use |
| 122 - name: Set Up Python ${{ matrix.python-version }} | 122 - name: Set Up Python ${{ matrix.python-version }} |
| 123 uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | 123 uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 |
| 124 with: | 124 with: |
