comparison .github/workflows/ci-test.yml @ 8514:015a0197fac4

chore(build): bump actions/setup-python from 6.1.0 to 6.2.0 pull #81
author John Rouillard <rouilj@ieee.org>
date Tue, 27 Jan 2026 21:42:34 -0500
parents 951db0950174
children f676eda10c20
comparison
equal deleted inserted replaced
8513:d7d91e25a1c2 8514:015a0197fac4
118 # continue-on-error: true 118 # continue-on-error: true
119 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 119 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 123 uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
124 with: 124 with:
125 python-version: ${{ matrix.python-version }} 125 python-version: ${{ matrix.python-version }}
126 allow-prereleases: true 126 allow-prereleases: true
127 cache: 'pip' 127 cache: 'pip'
128 128

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