Skip to content

Commit

Permalink
Merge branch 'main' into jason/fix-subclass-open
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz authored Nov 13, 2024
2 parents cacf115 + 02817cd commit ecd4e7c
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 ecd4e7c

Please sign in to comment.