mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 17:15:49 +00:00
Update checkout action
This commit is contained in:
parent
95c718dd25
commit
8a77e547bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: disable git eol translation
|
- name: disable git eol translation
|
||||||
run: git config --global core.autocrlf false
|
run: git config --global core.autocrlf false
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Check version
|
- name: Check version
|
||||||
run: node stremiover.js check
|
run: node stremiover.js check
|
||||||
- name: Stable with rustfmt and clippy
|
- name: Stable with rustfmt and clippy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue