Skip to content

Commit 398b26d

Browse files
authored
Merge pull request #30 from LuisLiraC/chore/use-latest-version
use v1.0.3
2 parents 1c60369 + 58f90d1 commit 398b26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
DIFF_COUNT: ${{ steps.git-diff.outputs.DIFF_COUNT }}
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: LuisLiraC/[email protected].2
16+
- uses: LuisLiraC/[email protected].3
1717
id: git-diff
1818
with:
1919
patterns: '*.rs'

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
DIFF_COUNT: ${{ steps.git-diff.outputs.DIFF_COUNT }}
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: LuisLiraC/[email protected].2
16+
- uses: LuisLiraC/[email protected].3
1717
id: git-diff
1818
with:
1919
patterns: '*.rs'

0 commit comments

Comments
 (0)