Skip to content

deps: update GitHub action dependencies #276

deps: update GitHub action dependencies

deps: update GitHub action dependencies #276

Workflow file for this run

name: Links
on:
push:
branches:
- master
paths:
- "**.md"
- "**.html"
- ".github/workflows/links.yml"
pull_request:
paths:
- "**.md"
- "**.html"
- ".github/workflows/links.yml"
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Link Checker
uses: lycheeverse/lychee-action@2bb232618be239862e31382c5c0eaeba12e5e966 # v2.0.1
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}