File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 os : ["ubuntu-latest", "macos-latest", "windows-2022"]
2525 type : ["solc", "solc_upgrade", "os_specific"]
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : actions/setup-python@v5
2929 id : python
3030 with :
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout Code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 # super-linter needs the full git history to get the
3636 # list of files that changed across commits
6666
6767 steps :
6868 - name : Checkout Code
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v5
7070 with :
7171 # super-linter needs the full git history to get the
7272 # list of files that changed across commits
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Install Python
2424 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Set up Python
1616 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments