fix(github-action): update lycheeverse/lychee-action action to v1.6.1

| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | lycheeverse/lychee-action | v1.6.0 | v1.6.1 |
This commit is contained in:
chii-bot
2023-02-23 10:17:17 +00:00
parent cc4ae31f42
commit 272643de07

View File

@@ -20,7 +20,7 @@ jobs:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Link Checker
uses: lycheeverse/lychee-action@v1.6.0
uses: lycheeverse/lychee-action@v1.6.1
id: lychee
env:
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"