Skip to content

Commit ec33d4b

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#2403)
1 parent 5897b36 commit ec33d4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: luacheck
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Prepare
1919
run: |
@@ -27,7 +27,7 @@ jobs:
2727
name: stylua
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- uses: JohnnyMorganz/stylua-action@v3
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release-type: simple
1414
package-name: nvim-tree
1515
command: github-release
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: tag major and minor versions
1818
if: ${{ steps.release.outputs.release_created }}
1919
run: |

0 commit comments

Comments
 (0)