File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 build-and-publish :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Check tag matches pyproject.toml version
1616 id : check-version
1717 run : |
Original file line number Diff line number Diff line change 4141 pkill -9 -f JLinkRemoteServer || true
4242 sleep 2
4343
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545
4646 - name : Install package
4747 run : |
Original file line number Diff line number Diff line change 4141 pkill -9 -f JLinkRemoteServer || true
4242 sleep 2
4343
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545
4646 - name : Install package
4747 run : |
Original file line number Diff line number Diff line change 4141 pkill -9 -f JLinkRemoteServer || true
4242 sleep 2
4343
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545
4646 - name : Install package
4747 run : |
Original file line number Diff line number Diff line change 3939 pkill -9 -f JLinkRemoteServer || true
4040 sleep 2
4141
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343
4444 - name : Build release distributions
4545 run : |
You can’t perform that action at this time.
0 commit comments