Skip to content

Commit

Permalink
workflow: update actions (#236)
Browse files Browse the repository at this point in the history
* workflow: update actions

* workflow: update actions

* workflow: update actions

* workflow: update actions
  • Loading branch information
JalonSolov authored Dec 27, 2024
1 parent b502b3f commit 82ec030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Run awesome linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: max/awesome-lint
with:
node-version: 21
- run: npx awesome-lint README.md
filename: README.md

0 comments on commit 82ec030

Please sign in to comment.