diff --git a/.github/workflows/no-emdash.yml b/.github/workflows/no-emdash.yml index 58f6d0b..40ed3ba 100644 --- a/.github/workflows/no-emdash.yml +++ b/.github/workflows/no-emdash.yml @@ -115,7 +115,7 @@ jobs: no-emdash: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # Full history: the commit-message step below reads the PR's commit range, and # the default shallow clone does not contain the base commit. diff --git a/.github/workflows/no-internal-refs.yml b/.github/workflows/no-internal-refs.yml index 8ee0d84..c9730b4 100644 --- a/.github/workflows/no-internal-refs.yml +++ b/.github/workflows/no-internal-refs.yml @@ -81,7 +81,7 @@ jobs: no-internal-refs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # The script self-tests before it reports: it proves each of the seven rules still # matches its own positive sample AND still lets through the reference material it was