diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 8e44af2..215b1d9 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository # https://github.com/actions/checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Set up Python id: setup-py