Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#504)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 13, 2024
1 parent b15b52b commit d751347
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: reviewdog/[email protected]
with:
workdir: integration-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Run linkspector
uses: umbrelladocs/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: selene
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: NTBBloodbath/[email protected]
with:
# Github secret token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: LuaRocks upload
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: LuaRocks Upload
uses: nvim-neorocks/[email protected]
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
name: prettier
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
Expand All @@ -26,7 +26,7 @@ jobs:
name: stylua
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
neovim_version: ["nightly", "stable"]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up dependencies
run: |
# ripgrep is a telescope dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: stevearc/nvim-typecheck-action@v2
with:
path: lua
Expand Down

0 comments on commit d751347

Please sign in to comment.