File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 2222 python-version : ["3.8", "3.10"]
2323
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626
2727 - name : Set up Python ${{ matrix.python-version }}
2828 uses : actions/setup-python@v2
5353 - name : Test code
5454 run : ./bin/task test
5555
56- - name : Debug outputs
57- run : echo ${{ github.ref }}
58-
59- - name : Debug outputs
60- run : echo ${{ startsWith(github.ref, 'refs/heads/release/') }}
61-
6256 # JOB
6357 # This job publishes the package to test-pipy.
6458 test-publish :
7569 version : ${{ steps.extract_version.outputs.version }}
7670
7771 steps :
78- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v3
7973
8074 - name : Remember version
8175 id : extract_version
@@ -153,7 +147,7 @@ jobs:
153147 runs-on : ubuntu-latest
154148
155149 steps :
156- - uses : actions/checkout@v2
150+ - uses : actions/checkout@v3
157151
158152 - name : Set up Python 3.10
159153 uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments