mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 08:30:07 +01:00
chore(ci): bump actions versions
This commit is contained in:
parent
3b83842ecf
commit
4a888852e6
4 changed files with 101 additions and 30 deletions
25
.github/workflows/essentials.yml
vendored
25
.github/workflows/essentials.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue