diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5613a5e..c9a5e6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3.5.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies