chore(deps): bump actions/checkout from 3 to 4 (#2403)

This commit is contained in:
dependabot[bot] 2023-09-05 12:45:39 +02:00 committed by GitHub
parent 5897b3622f
commit ec33d4befa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
name: luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare
run: |
@ -27,7 +27,7 @@ jobs:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -13,7 +13,7 @@ jobs:
release-type: simple
package-name: nvim-tree
command: github-release
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
run: |