Loading .github/workflows/lint.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v2 uses: actions/checkout@v4 - name: Set up Python 3.7. uses: actions/setup-python@v2 uses: actions/setup-python@v4 with: python-version: '3.x' Loading Loading
.github/workflows/lint.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v2 uses: actions/checkout@v4 - name: Set up Python 3.7. uses: actions/setup-python@v2 uses: actions/setup-python@v4 with: python-version: '3.x' Loading