comparison .github/workflows/ci-test.yml @ 7554:27476d1fca9f

Bump coverallsapp/github-action from 2.2.0 to 2.2.1 - https://github.com/roundup-tracker/roundup/pull/45
author John Rouillard <rouilj@ieee.org>
date Tue, 18 Jul 2023 16:57:34 -0400
parents 3c396ad41eac
children 4689795494dc
comparison
equal deleted inserted replaced
7553:3c396ad41eac 7554:27476d1fca9f
95 # continue-on-error: true 95 # continue-on-error: true
96 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 96 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
97 97
98 # Setup version of Python to use 98 # Setup version of Python to use
99 - name: Set Up Python ${{ matrix.python-version }} 99 - name: Set Up Python ${{ matrix.python-version }}
100 uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 100 uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
101 with: 101 with:
102 python-version: ${{ matrix.python-version }} 102 python-version: ${{ matrix.python-version }}
103 allow-prereleases: true 103 allow-prereleases: true
104 cache: 'pip' 104 cache: 'pip'
105 105

Roundup Issue Tracker: http://roundup-tracker.org/