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 28
28
29
29
steps :
30
30
- name : Checkout repository
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
lab : ['>=3.1.0,<4.0.0a0']
133
133
r : ['>=4']
134
134
steps :
135
- - uses : actions/checkout@v2
135
+ - uses : actions/checkout@v3
136
136
137
137
- uses : cschleiden/replace-tokens@v1
138
138
with :
@@ -351,7 +351,7 @@ jobs:
351
351
shell : bash
352
352
353
353
- name : Publish browser test output
354
- uses : actions/upload-artifact@v2
354
+ uses : actions/upload-artifact@v3
355
355
with :
356
356
name : ${{ job.status }} Robot ${{ matrix.os }} Python ${{ matrix.python }} ${{ github.run_number }}
357
357
path : ./atest/output
You can’t perform that action at this time.
0 commit comments