mirror of https://github.com/folke/lazy.nvim.git
ci: update actions/checkout to v3
This commit is contained in:
parent
9e0b8c399f
commit
809d67fcf0
|
@ -57,7 +57,7 @@ jobs:
|
||||||
package-name: lazy.nvim
|
package-name: lazy.nvim
|
||||||
extra-files: |
|
extra-files: |
|
||||||
lua/lazy/core/config.lua
|
lua/lazy/core/config.lua
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: tag stable versions
|
- name: tag stable versions
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue