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 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Use Node.js LTS 20.x
26265050 npm run schema-workspace-generate
5151
5252 - name : Checkout gh-pages
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 with :
5555 ref : gh-pages
5656 path : gh-pages
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Use Node.js LTS 20.x
2323
Original file line number Diff line number Diff line change 1616 name : Compliance Check
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Execute REUSE Compliance Check
2121 uses : fsfe/reuse-action@v5
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout '${{ matrix.branch }}' branch
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ matrix.branch }}
2424
You can’t perform that action at this time.
0 commit comments