File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout Code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 # Full git history is needed to get a proper list of changed files within `super-linter`
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout Code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Set up Python 3.8
2929 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 3636 - os : windows-2022
3737 type : truffle
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Set up Python ${{ matrix.python }}
4141 uses : actions/setup-python@v5
4242 with :
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Set up QEMU
2323 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 - name : Setup Pages
3333 uses : actions/configure-pages@v5
3434 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2929 - os : windows-2022
3030 python : 3.8
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333
3434 - name : Set up Python ${{ matrix.python }}
3535 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout Code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 # Full git history is needed to get a proper list of changed files within `super-linter`
3131 fetch-depth : 0
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
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout Code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 # Full git history is needed to get a proper list of changed files within `super-linter`
2929 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments