diff options
author | kylo252 <[email protected]> | 2022-10-15 18:32:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-15 18:32:11 +0200 |
commit | 48d1c38fa88dbfbaa35e81560cf0fa7d8793b195 (patch) | |
tree | 17f8dbae8d101fbb5e661e23c9d24a586471e9e2 /.github/workflows/format.yaml | |
parent | e94390a9225c418dd96eb6b6822ce0dc15ce7cce (diff) |
chore(plugins): bump version (#3248)
* ci: update workflows
* chore(plugins): bump version
* chore: update depdecated settings for comment.nvim
* chore(lsp): update skiplist
* fixup!: take 2 for comment.nvim
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r-- | .github/workflows/format.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 27b061ef..64da97e6 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -15,7 +15,7 @@ jobs: name: "Formatting check with Stylua" runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Lint with stylua uses: JohnnyMorganz/stylua-action@v1 @@ -29,7 +29,7 @@ jobs: name: "Formatting check with shfmt" runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Go uses: actions/setup-go@v2 |