diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb6ff0c..35255de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Bundle Audit Check run: bundle exec bundle-audit update && bundle exec bundle-audit check - name: Setup Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: "3.10" - name: Run pre-commit