comparison .github/workflows/ci-test.yml @ 7613:4689795494dc

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 - https://github.com/roundup-tracker/roundup/pull/46
author John Rouillard <rouilj@ieee.org>
date Tue, 29 Aug 2023 16:16:21 -0400
parents 27476d1fca9f
children a8ab9c56924a
comparison
equal deleted inserted replaced
7612:e3f5edcfbbac 7613:4689795494dc
91 # example directives: 91 # example directives:
92 # disable step 92 # disable step
93 # if: {{ false }} 93 # if: {{ false }}
94 # continue running if step fails 94 # continue running if step fails
95 # continue-on-error: true 95 # continue-on-error: true
96 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 96 uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 100 uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
101 with: 101 with:

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