Skip to content

Commit 09e3b26

Browse files
Update all dependencies
1 parent e5678aa commit 09e3b26

6 files changed

Lines changed: 66 additions & 158 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@v4
16+
- uses: actions/checkout@v5
1717
- name: Download actionlint
1818
id: get_actionlint
1919
run: |

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Actions Repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Spell Check Repo
23-
uses: crate-ci/typos@v1.34.0
23+
uses: crate-ci/typos@v1.35.7
2424
js:
2525
name: Check formatting and linting and test
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: actions/setup-node@v4
3030
with:
3131
node-version: 24

.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@v4
24+
uses: actions/checkout@v5
2525
- name: Run Labeler
2626
uses: crazy-max/ghaction-github-labeler@v5
2727
with:

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
markdownlint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: DavidAnson/markdownlint-cli2-action@v20
1818
with:
1919
config: ".markdownlint.jsonc"

0 commit comments

Comments
 (0)