Skip to content

Commit

Permalink
Update CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alebcay committed May 29, 2023
1 parent 336ce81 commit 155953b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Check links
id: lychee
uses: lycheeverse/lychee-action@v1.3.0
uses: lycheeverse/lychee-action@v1
with:
args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/*
env:
Expand Down

0 comments on commit 155953b

Please sign in to comment.