File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 - relay/relay-api
5151 - relay/relay-auth
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 - uses : actions/setup-node@v4
5555 with :
5656 node-version : 20
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout code 🛎️
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 ref : ${{ github.event.inputs.branch }}
3030 # Fetch all history so npm version can determine versions correctly
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code 🛎️
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 ref : master # Publish only from master branch
2323 # Fetch all history so npm version can determine versions correctly (though not setting version here)
You can’t perform that action at this time.
0 commit comments