File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Install Dependencies
1616 run : sudo apt-get update; sudo apt-get install libarchive-dev
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - uses : actions-rs/toolchain@v1
1919 with :
2020 toolchain : nightly
Original file line number Diff line number Diff line change 2525 - name : Install Dependencies
2626 run : sudo apt-get update; sudo apt-get install libarchive-dev
2727 - name : Checkout sources
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929 - name : Install ${{ matrix.version }}
3030 uses : actions-rs/toolchain@v1
3131 with :
Original file line number Diff line number Diff line change 2828 brew install libarchive
2929 echo PKG_CONFIG_PATH=$(brew ls libarchive | grep .pc$ | sed 's|/libarchive.pc||') >> $GITHUB_ENV
3030 - name : Checkout sources
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232 - name : Install ${{ matrix.version }}
3333 uses : actions-rs/toolchain@v1
3434 with :
Original file line number Diff line number Diff line change 1212 audit :
1313 runs-on : ubuntu-20.04
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 - uses : actions-rs/audit-check@v1
1717 with :
1818 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout sources
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v3
3030
3131 - name : Cache vcpkg installed
3232 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments