diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a54a492..9dcc9368 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: submodules: recursive diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 5071dd2b..4d449fc6 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: typos-action uses: crate-ci/typos@ff3f309513469397e1094520fb7a054e057589e1 # v1.16.18