diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8723278..f10c564 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,4 +33,4 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.9.0 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ \ No newline at end of file + repository_url: https://test.pypi.org/legacy/ diff --git a/.github/workflows/tests-runner.yaml b/.github/workflows/tests-runner.yaml index 5c3554d..dcd7b06 100644 --- a/.github/workflows/tests-runner.yaml +++ b/.github/workflows/tests-runner.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5