Skip to content

Renovate: actions/checkout to 11bd719 #388

Renovate: actions/checkout to 11bd719

Renovate: actions/checkout to 11bd719 #388

Workflow file for this run

---
name: Links
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
links:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: ./actions/links
with:
github-token: ${{ secrets.GITHUB_TOKEN }}