Skip to content

Commit 3f5ebca

Browse files
updateclibot[bot]updateclibot
andauthored
deps(github/action): bump all dependencies (#1097)
* chore: deps(github): bump Action release for actions/setup-node from ... ... 53b83947a5a98c8d113130e565377fae1a50d02f to 48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/setup-node from ... ... 53b83947a5a98c8d113130e565377fae1a50d02f to 48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for crate-ci/typos from cf5f... ... 1c29a8ac336af8568821ec41919923b05a83 to 7c572958218557a3272c2d6719629443b5cc26fd (Pinned from v1.45.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for release-drafter/release-draf... ... ter from 5de93583980a40bd78603b6dfdcda5b4df377b32 to 563bf132657a13ded0b01fcb723c5a58cdd824e2 (Pinned from v7.2.1) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for crate-ci/typos from 7c572958... ... 218557a3272c2d6719629443b5cc26fd to bbaefadf97b0ec5fdc942684b647f1a6ab250274 (Pinned from v1.46.0) Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot <bot@updatecli.io>
1 parent 6fa69ad commit 3f5ebca

4 files changed

Lines changed: 4 additions & 18 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Set Node.js 24.x
29-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
29+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3030
with:
3131
node-version: 24
3232
cache: npm

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
pull-requests: read
1515
steps:
16-
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
16+
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
1717
with:
1818
config-name: release-drafter.yaml
1919
env:

.github/workflows/test.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
name: Test
3-
43
on:
54
merge_group:
65
branches:
76
- main
87
workflow_dispatch:
98
pull_request:
10-
119
permissions: {}
12-
1310
jobs:
1411
# unit tests
1512
units:
@@ -19,22 +16,17 @@ jobs:
1916
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2017
with:
2118
persist-credentials: false
22-
2319
- name: Set Node.js 24.x
24-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
20+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2521
with:
2622
node-version: 24
2723
cache: npm
28-
2924
- name: Install Dependencies
3025
run: npm ci
31-
3226
- name: Run Lint Test
3327
run: npm run lint
34-
3528
- name: Run tests
3629
run: npm test
37-
3830
e2e:
3931
name: Test Updatecli Github Action
4032
runs-on: ubuntu-latest
@@ -43,9 +35,7 @@ jobs:
4335
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4436
with:
4537
persist-credentials: false
46-
4738
- name: Install Updatecli
4839
uses: ./
49-
5040
- name: Test local action without install-only
5141
run: updatecli diff --config testdata/updatecli.d/test.yaml

.github/workflows/typos.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Spell check with typos
2-
32
on:
43
push:
54
branches: ["main"]
65
pull_request:
76
branches: ["**"]
8-
97
permissions: {}
10-
118
jobs:
129
typos:
1310
runs-on: ubuntu-latest
@@ -18,8 +15,7 @@ jobs:
1815
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1916
with:
2017
persist-credentials: false
21-
2218
- name: Run typos
23-
uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1
19+
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0
2420
with:
2521
config: _typos.toml

0 commit comments

Comments
 (0)