Skip to content

Commit 283ddbd

Browse files
committed
Updating action version
1 parent 3566d16 commit 283ddbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ jobs:
158158
steps:
159159
- uses: actions/checkout@v2
160160
- name: Check that examples are present in both README and Cargo
161-
uses: Weibye/action-internal-link-consistency@1.0.1
161+
uses: Weibye/action-internal-link-consistency@1.1.0
162162
with:
163163
source: './examples/'
164164
targets: '[ "./Cargo.toml", "./examples/README.md" ]'
165-
file-types: '["rs"]'
165+
file-types: '[".rs"]'
166166
exclude-folders: '["./examples/ios"]'
167167
exclude-files: '[]'

0 commit comments

Comments
 (0)