diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 84792f3..b43d97d 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -15,7 +15,7 @@ jobs: env: PRE_COMMIT_HOME: '/tmp/pre-commit' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.11'