Skip to content

Commit 1325153

Browse files
committed
ci: actually bump e18e/action-dependency-diff to v1.5.0
In #2435 we started using a feature that was added in https://github.com/e18e/action-dependency-diff/releases/tag/v1.5.0, but we forgot to bump it, so it's failing: https://github.com/npmx-dev/npmx.dev/actions/runs/24242462290/job/70780154550.
1 parent 44373b5 commit 1325153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependency-diff-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: 💬 Post comment
28-
uses: e18e/action-dependency-diff@d995338f3b229fe7b2cd82048df5da930f70c7c3 # v1.4.4
28+
uses: e18e/action-dependency-diff@f825d5b5c5ce0a42dc46c47ec20de24460affcd8 # v1.5.0
2929
with:
3030
mode: comment-from-artifact
3131
artifact-path: e18e-diff-result.json

.github/workflows/dependency-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: 🔎 Compare dependencies
3333
id: analyze
34-
uses: e18e/action-dependency-diff@d995338f3b229fe7b2cd82048df5da930f70c7c3 # v1.4.4
34+
uses: e18e/action-dependency-diff@f825d5b5c5ce0a42dc46c47ec20de24460affcd8 # v1.5.0
3535
with:
3636
mode: artifact
3737
detect-replacements: 'true'

0 commit comments

Comments
 (0)