File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 uses : actions/checkout@v4
3333 with :
3434 fetch-depth : 0
35- - run : git config --global --add safe.directory $GITHUB_WORKSPACE
35+ - run : git config --global --add safe.directory '*'
3636 - run : git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882
3737 - name : Switch to tag if specified
3838 if : " ${{ github.event.inputs.tag != '' }}"
6161 uses : actions/checkout@v4
6262 with :
6363 fetch-depth : 0
64- - run : git config --global --add safe.directory $GITHUB_WORKSPACE
64+ - run : git config --global --add safe.directory '*'
6565 - run : git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882
6666 - name : Switch to tag if specified
6767 if : " ${{ github.event.inputs.tag != '' }}"
7878 with :
7979 tool : cargo-binstall
8080 - name : Install cargo-about
81- run : cargo binstall cargo-about --no-confirm
81+ run : cargo binstall cargo-about@0.6.6 --no-confirm
8282 - name : Download wasm artifacts
8383 uses : actions/download-artifact@v4
8484 with :
You can’t perform that action at this time.
0 commit comments