diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ae21c6..7c5b618 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,9 +28,9 @@ jobs: os: [ubuntu-22.04, windows-2022, macOS-13] python-version: [3.7, 3.8, 3.9, 3.10.5, 3.11.0, 3.12.0, 3.13.0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Installation diff --git a/README.md b/README.md index 36f2098..711de1a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
+
| Code Quality | -
+