diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index ccf4035..baa4b31 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -9,5 +9,5 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: psf/black@ac28187bf4a4ac159651c73d3a50fe6d0f653eac diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index f977cd0..a800a45 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ["3.12"] steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: