File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929 with :
3030 # We must fetch at least the immediate parents so that if this is
3131 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1919 - latest
2020
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - name : Use Node.js ${{ matrix.node-version }}
2424 uses : actions/setup-node@v6.4.0
2525 with :
Original file line number Diff line number Diff line change 66 npm :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@v7
1010 - uses : actions/setup-node@v6
1111 with :
1212 node-version : lts/*
1919 contents : read
2020 id-token : write
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - run : npx jsr publish
You can’t perform that action at this time.
0 commit comments