diff --git a/.github/workflows/replace-links.yaml b/.github/workflows/replace-links.yaml index 260219f1c..bdfcc6e26 100644 --- a/.github/workflows/replace-links.yaml +++ b/.github/workflows/replace-links.yaml @@ -10,7 +10,7 @@ jobs: contents: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Find and Replace Repository Name diff --git a/.github/workflows/trigger-replace-links.yaml b/.github/workflows/trigger-replace-links.yaml index b5e27e001..73fc7283c 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Find and Replace Repository Name