Skip to content

Commit e267554

Browse files
Update all dependencies (#81)
1 parent a4b341e commit e267554

6 files changed

Lines changed: 37 additions & 418 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
actionlint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Download actionlint
1818
id: get_actionlint
1919
run: |

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Actions Repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
- name: Spell Check Repo
23-
uses: crate-ci/typos@v1.47.0
23+
uses: crate-ci/typos@v1.48.0
2424
js:
2525
name: Check formatting and linting and test
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v6
29-
- uses: actions/setup-node@v6
28+
- uses: actions/checkout@v7
29+
- uses: actions/setup-node@v7
3030
with:
3131
node-version: 24
3232
- name: Install dependencies

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
- name: Run Labeler
2626
uses: crazy-max/ghaction-github-labeler@v6
2727
with:

.github/workflows/markdownlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
markdownlint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
17-
- uses: DavidAnson/markdownlint-cli2-action@v23
16+
- uses: actions/checkout@v7
17+
- uses: DavidAnson/markdownlint-cli2-action@v24
1818
with:
1919
config: ".markdownlint.jsonc"
2020
globs: |

0 commit comments

Comments
 (0)