mirror of
https://github.com/alebcay/awesome-shell.git
synced 2024-10-01 01:05:54 -04:00
Update CI actions versions
This commit is contained in:
parent
336ce81f5f
commit
155953b84d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -9,11 +9,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check links
|
- name: Check links
|
||||||
id: lychee
|
id: lychee
|
||||||
uses: lycheeverse/lychee-action@v1.3.0
|
uses: lycheeverse/lychee-action@v1
|
||||||
with:
|
with:
|
||||||
args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/*
|
args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/*
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user