comparison .github/workflows/ci-test.yml @ 7271:5486c565ecf6

Bump actions/setup-python from 4.5.0 to 4.6.0 - https://github.com/roundup-tracker/roundup/pull/26
author John Rouillard <rouilj@ieee.org>
date Mon, 24 Apr 2023 07:54:58 -0400
parents c40e2e31b85d
children 2e48fb118772
comparison
equal deleted inserted replaced
7270:4a28a7364207 7271:5486c565ecf6
94 # continue-on-error: true 94 # continue-on-error: true
95 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 95 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
96 96
97 # Setup version of Python to use 97 # Setup version of Python to use
98 - name: Set Up Python ${{ matrix.python-version }} 98 - name: Set Up Python ${{ matrix.python-version }}
99 uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 99 uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
100 with: 100 with:
101 python-version: ${{ matrix.python-version }} 101 python-version: ${{ matrix.python-version }}
102 cache: 'pip' 102 cache: 'pip'
103 103
104 # Display the Python version being used 104 # Display the Python version being used

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