fix: action version
This commit is contained in:
parent
63b750a79d
commit
ab11de2069
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Scheduled broken link check
|
name: Broken link check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check links on site
|
- name: Check links on site
|
||||||
uses: mattorb/actions-muffet@v1.3.1
|
uses: mattorb/actions-muffet@v2.4.2
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
--timeout 20
|
--timeout 20
|
||||||
|
|
Reference in a new issue