From 534e51a34c473d7cf0e9c940b07d01dbfcf92710 Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:40:00 +1100 Subject: [PATCH] Update check_links workflow to version 0.3 As suggested by [@atteggiani](https://access-nri.zulipchat.com/#narrow/dm/784244,784286-dm/near/583156591) --- .github/workflows/check_links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 643fc05..31e4288 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -16,7 +16,7 @@ on: jobs: check-links: - uses: access-nri/documentation-infra/.github/workflows/check_links_workflow.yml@v0.2 + uses: access-nri/documentation-infra/.github/workflows/check_links_workflow.yml@v0.3 with: repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} commit: ${{ github.event.pull_request.head.sha || github.sha }} @@ -24,4 +24,4 @@ jobs: # readthedocs_yaml: # MODIFY: Uncomment to add .readthedocs.yaml path. If not included, '.readthedocs.yaml' is used. # lychee_config: '/path/to/lychee_config.toml' # MODIFY: Uncomment to add lychee config path. If not included, the one from the ACCESS-NRI/documentation-infra repo gets used. # secrets: # MODIFY: Uncomment the lines below if the repo is private. You also need to create a secret named REPO_READ_TOKEN with a token that has repo read permissions. - # repo_read_token: ${{ secrets.REPO_READ_TOKEN }} \ No newline at end of file + # repo_read_token: ${{ secrets.REPO_READ_TOKEN }}