File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 echo "$CONTEXT"
4343
44- - uses : actions/checkout@v3
44+ - uses : actions/checkout@v4
4545
4646 - uses : actions/setup-python@v4
4747 with :
@@ -121,7 +121,7 @@ jobs:
121121 Get-PSDrive -PSProvider FileSystem
122122 Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
123123
124- - uses : actions/checkout@v3
124+ - uses : actions/checkout@v4
125125
126126 - uses : actions/setup-python@v4
127127 with :
Original file line number Diff line number Diff line change 3838 run : |
3939 echo "$CONTEXT"
4040
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242
4343 - uses : actions/setup-python@v4
4444 with :
Original file line number Diff line number Diff line change 1313 python-version : ['3.10', '3.11', '3.12']
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v4
1919 with :
You canβt perform that action at this time.
0 commit comments