Skip to content

Commit

Permalink
Bump notomo/action-setup-nvim-lua from 1 to 2 (#21)
Browse files Browse the repository at this point in the history
Bumps [notomo/action-setup-nvim-lua](https://github.com/notomo/action-setup-nvim-lua) from 1 to 2.
- [Release notes](https://github.com/notomo/action-setup-nvim-lua/releases)
- [Commits](notomo/action-setup-nvim-lua@v1...v2)

---
updated-dependencies:
- dependency-name: notomo/action-setup-nvim-lua
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent bb1d89d commit b5c01ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: notomo/action-setup-nvim-lua@v1
- uses: notomo/action-setup-nvim-lua@v2

- run: make new_rockspec VERSION=0.0.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: notomo/action-setup-nvim-lua@v1
- uses: notomo/action-setup-nvim-lua@v2

- run: echo "version=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
id: var
Expand Down

0 comments on commit b5c01ca

Please sign in to comment.