Skip to content

Commit 55d9db9

Browse files
chore(deps): update louisbrunner/diff-action action to v2.2.0
1 parent 7ee3b91 commit 55d9db9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-release.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
paths:
77
- .github/fixtures/changelog-traefik.md
88
- .github/fixtures/changelog-traefik-crds.md
9-
- .github/workflows/release.yaml
109
- .github/workflows/changelog.json
10+
- .github/workflows/release.yaml
11+
- .github/workflows/test-release.yaml
1112

1213
jobs:
1314
test:
@@ -39,7 +40,7 @@ jobs:
3940
EOF
4041
4142
- name: Check that the files are the exact same
42-
uses: LouisBrunner/diff-action@v2.0.0
43+
uses: LouisBrunner/diff-action@v2.2.0
4344
with:
4445
old: .github/fixtures/changelog-traefik.md
4546
new: /tmp/changelog.md
@@ -75,7 +76,7 @@ jobs:
7576
EOF
7677
7778
- name: Check that the files are the exact same
78-
uses: LouisBrunner/diff-action@v2.0.0
79+
uses: LouisBrunner/diff-action@v2.2.0
7980
with:
8081
old: .github/fixtures/changelog-traefik-crds.md
8182
new: /tmp/changelog.md

0 commit comments

Comments
 (0)