Skip to content

Commit

Permalink
Update setup-node and checkout actions to supported versions (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz authored Nov 13, 2024
1 parent ba68dfc commit 02817cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "npm"

Expand All @@ -31,7 +31,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "npm"

Expand All @@ -46,7 +46,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
Expand Down

0 comments on commit 02817cd

Please sign in to comment.