@@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - name : " Checkout repository"
18- uses : " actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" # v3.6.0
18+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1919
2020 - name : " Setup Python"
21- uses : " actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" # v4.7.0
21+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
2222 with :
2323 python-version : " 3.x"
2424 cache : " pip"
@@ -87,10 +87,10 @@ jobs:
8787 timeout-minutes : 30
8888 steps :
8989 - name : " Checkout repository"
90- uses : " actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" # v3.6.0
90+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
9191
9292 - name : " Setup Python ${{ matrix.python-version }}"
93- uses : " actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" # v4.7.0
93+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
9494 with :
9595 python-version : ${{ matrix.python-version }}
9696 allow-prereleases : true
@@ -106,7 +106,7 @@ jobs:
106106 NOX_SESSION : ${{ matrix.nox-session }}
107107
108108 - name : " Upload artifact"
109- uses : " actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce" # v3.1.2
109+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
110110 with :
111111 name : coverage-data
112112 path : " .coverage.*"
@@ -119,18 +119,18 @@ jobs:
119119 needs : test
120120 steps :
121121 - name : " Checkout repository"
122- uses : " actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" # v3.6.0
122+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
123123
124124 - name : " Setup Python"
125- uses : " actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" # v4.7.0
125+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
126126 with :
127127 python-version : " 3.x"
128128
129129 - name : " Install coverage"
130130 run : " python -m pip install --upgrade coverage"
131131
132132 - name : " Download artifact"
133- uses : " actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a" # v3.0.2
133+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
134134 with :
135135 name : coverage-data
136136
@@ -142,7 +142,7 @@ jobs:
142142
143143 - if : ${{ failure() }}
144144 name : " Upload report if check failed"
145- uses : " actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce" # v3.1.2
145+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
146146 with :
147147 name : coverage-report
148148 path : htmlcov
0 commit comments