File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 outputs :
1515 matrix : ${{ steps.set-matrix.outputs.matrix }}
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818 with :
1919 fetch-depth : 2
2020 - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7
3636 matrix : ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
3737 steps :
3838 # Setup
39- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
39+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4040 - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7
4141 with :
4242 enable-cache : true
9797 runs-on : ubuntu-latest
9898 needs : [deploy]
9999 steps :
100- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
100+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
101101 - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7
102102 with :
103103 enable-cache : true
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1212 - uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
1313 with :
1414 enable-cache : true
You can’t perform that action at this time.
0 commit comments