File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - name : Setup Node.js
3434 matrix :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : actions/setup-node@v4
3939 - id : matrix
4040 run : echo "matrix=$(node .github/workflows/get-matrix.mjs)" >> $GITHUB_OUTPUT
5353 matrix : ${{fromJson(needs.matrix.outputs.matrix)}}
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 - name : Setup Node.js
5858 uses : actions/setup-node@v4
5959 with :
Original file line number Diff line number Diff line change 1313 if : github.ref != 'refs/heads/master'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v4
1818 - id : matrix
1919 run : echo "matrix=$(node .github/workflows/get-matrix.mjs)" >> $GITHUB_OUTPUT
2828 matrix : ${{fromJson(needs.matrix.outputs.matrix)}}
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 - name : Setup Node.js
3333 uses : actions/setup-node@v4
3434 with :
You can’t perform that action at this time.
0 commit comments