Skip to content

Commit

Permalink
build(deps): update latest
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Nov 11, 2024
1 parent 8ae05c8 commit adb164f
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 254 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.2.0"
- uses: "actions/checkout@v4.2.2"

- name: "Setup Node.js"
uses: "actions/setup-node@v4.0.4"
uses: "actions/setup-node@v4.1.0"
with:
node-version: "lts/*"
cache: "npm"
Expand All @@ -28,6 +28,6 @@ jobs:
commitlint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.2.0"
- uses: "actions/checkout@v4.2.2"

- uses: "wagoid/commitlint-github-action@v6.1.2"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
pull-requests: "write"
id-token: "write"
steps:
- uses: "actions/checkout@v4.2.0"
- uses: "actions/checkout@v4.2.2"
with:
fetch-depth: 0
persist-credentials: false

- name: "Setup Node.js"
uses: "actions/setup-node@v4.0.4"
uses: "actions/setup-node@v4.1.0"
with:
node-version: "lts/*"
cache: "npm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.2.0"
- uses: "actions/checkout@v4.2.2"

- name: "Setup Node.js"
uses: "actions/setup-node@v4.0.4"
uses: "actions/setup-node@v4.1.0"
with:
node-version: "lts/*"
cache: "npm"
Expand Down
Loading

0 comments on commit adb164f

Please sign in to comment.