diff --git a/.github/workflows/replace-links.yaml b/.github/workflows/replace-links.yaml index 1e208563..e255d0a4 100644 --- a/.github/workflows/replace-links.yaml +++ b/.github/workflows/replace-links.yaml @@ -10,7 +10,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Find and Replace Repository Name uses: jacobtomlinson/gha-find-replace@v3 with: diff --git a/.github/workflows/trigger-replace-links.yaml b/.github/workflows/trigger-replace-links.yaml index 7a7aee06..f827ba02 100644 --- a/.github/workflows/trigger-replace-links.yaml +++ b/.github/workflows/trigger-replace-links.yaml @@ -10,7 +10,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Find and Replace Repository Name uses: jacobtomlinson/gha-find-replace@v3 with: