Skip to content

build(deps): bump actions/cache from 4.0.2 to 4.1.1 #594

build(deps): bump actions/cache from 4.0.2 to 4.1.1

build(deps): bump actions/cache from 4.0.2 to 4.1.1 #594

Workflow file for this run

name: check links
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
checklinks:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: Restore lychee cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- name: Check links
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1
with:
args: "--exclude-path src/shim/vendor --verbose --cache --max-cache-age 1d ."
fail: true