mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
Update checkout action to v4
checkout@v2 is deprecated
This commit is contained in:
2
.github/workflows/editorconfig.yaml
vendored
2
.github/workflows/editorconfig.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
editorconfig:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: .editorconfig Linter
|
||||
run: |
|
||||
wget --no-verbose https://github.com/okalachev/editorconfig-checker/releases/download/1.2.1-disable-spaces-amount/ec-linux-amd64
|
||||
|
||||
Reference in New Issue
Block a user