diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cda04ce..0eb7a81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: python-version: ['3.10'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build using Python ${{ matrix.python-version }} uses: actions/setup-python@v4