chore(ci): bump actions versions

This commit is contained in:
graelo 2024-08-15 23:58:48 +02:00
parent 3b83842ecf
commit 4a888852e6
4 changed files with 101 additions and 30 deletions

View file

@ -22,12 +22,14 @@ jobs:
components: rustfmt, clippy
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: ${{ github.event.pull_request.commits }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
# fetch-depth: ${{ github.event.pull_request.commits }}
- name: Cache crates from crates.io
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |
@ -46,14 +48,15 @@ jobs:
run: |
cargo clippy -- -D warnings
# - name: Quality - convco check
# run: |
# git show-ref
# curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-ubuntu.zip
# unzip convco-ubuntu.zip
# chmod +x convco
# ./convco check
# rm convco
- name: Quality - convco check
run: |
git show-ref
curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-ubuntu.zip
unzip convco-ubuntu.zip
chmod +x convco
./convco --version
./convco check -c .convco
rm convco
- name: Quality - cargo deny check
run: |