mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-25 15:04:44 +02:00
Merge pull request #2627 from vim-airline/update-ci-yml
chore: Pin actions's version main branch
This commit is contained in:
commit
038e3a6ca5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@main
|
||||||
|
|
||||||
- name: Checkout vim-themis
|
- name: Checkout vim-themis
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: vim-themis
|
path: vim-themis
|
||||||
|
2
.github/workflows/reviewdog.yml
vendored
2
.github/workflows/reviewdog.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
name: runner / vint
|
name: runner / vint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@main
|
||||||
- name: vint
|
- name: vint
|
||||||
uses: reviewdog/action-vint@v1
|
uses: reviewdog/action-vint@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user