Skip to content

Commit 2acb9e0

Browse files
updateclibot[bot]updateclibot
andauthored
deps(github/action): bump all dependencies (#1077)
* chore: deps(github): bump Action tag for release-drafter/release-draf... ... ter from 139054aeaa9adc52ab36ddf67437541f039b88e2 to 5de93583980a40bd78603b6dfdcda5b4df377b32 (Pinned from v7.2.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for crate-ci/typos from 6312... ... 08b7aac2daa8b707f55e7331f9112b0e062d to 02ea592e44b3a53c302f697cddca7641cd051c3d (Pinned from v1.45.0) Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot <bot@updatecli.io>
1 parent d906314 commit 2acb9e0

7 files changed

Lines changed: 7 additions & 16 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,23 @@ on:
1717
paths-ignore:
1818
- "**.md"
1919
workflow_dispatch:
20-
2120
permissions: {}
22-
2321
jobs:
2422
check-dist:
2523
runs-on: ubuntu-latest
2624
steps:
2725
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2826
with:
2927
persist-credentials: false
30-
3128
- name: Set Node.js 24.x
3229
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3330
with:
3431
node-version: 24
3532
cache: npm
36-
3733
- name: Install dependencies
3834
run: npm ci
39-
4035
- name: Rebuild the dist/ directory
4136
run: npm run prepare
42-
4337
- name: Compare the expected and actual dist/ directories
4438
run: |
4539
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
@@ -48,9 +42,8 @@ jobs:
4842
exit 1
4943
fi
5044
id: diff
51-
5245
# If index.js was different than expected, upload the expected version as an artifact
53-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
46+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5447
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5548
with:
5649
name: dist

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ on:
55
# branches to consider in the event; optional, defaults to all
66
branches:
77
- main
8-
98
permissions: {}
10-
119
jobs:
1210
update_release_draft:
1311
runs-on: ubuntu-latest
1412
permissions:
1513
contents: write
1614
pull-requests: read
1715
steps:
18-
- uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
16+
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
1917
with:
2018
config-name: release-drafter.yaml
2119
env:

.github/workflows/typos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Checkout Actions Repository
1212
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Check spelling of file.txt
14-
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0
14+
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
18+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1919
with:
2020
version: "v0.116.0"
2121
- name: "Run updatecli"

.github/workflows/updatecli_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: "Setup updatecli"
21-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
21+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
2222
with:
2323
version: "v0.116.0"
2424
- name: "Run updatecli only on Updatecli release event"

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
16+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1717
with:
1818
version: "v0.116.0"
1919
- name: "Test updatecli in dry-run mode"

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: "Setup updatecli"
21-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
21+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
2222
with:
2323
version: "v0.116.0"
2424
- name: "Run updatecli only on monitored pipelines"

0 commit comments

Comments
 (0)