File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 lab : ['>=3.1.0,<4.0.0a0']
133133 r : ['>=4']
134134 steps :
135- - uses : actions/checkout@v2
135+ - uses : actions/checkout@v3
136136
137137 - uses : cschleiden/replace-tokens@v1
138138 with :
@@ -351,7 +351,7 @@ jobs:
351351 shell : bash
352352
353353 - name : Publish browser test output
354- uses : actions/upload-artifact@v2
354+ uses : actions/upload-artifact@v3
355355 with :
356356 name : ${{ job.status }} Robot ${{ matrix.os }} Python ${{ matrix.python }} ${{ github.run_number }}
357357 path : ./atest/output
You can’t perform that action at this time.
0 commit comments