From aa811b84a9cf87e3f80ec0c4256a6f92c7e6baf5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 2 Dec 2025 03:48:49 +0100 Subject: [PATCH] Set GitHub Actions comments to be FULL version numbers * https://github.com/python-hyper/rfc3986/pull/132#issuecomment-3599910674 Land this change BEFORE * #133 to test the hypothesis. @sigmavirus24 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e4c7f3..8f90637 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,8 +32,8 @@ jobs: toxenv: pre-commit runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4 - - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: ${{ matrix.python }} - run: python -mpip install --upgrade setuptools pip tox virtualenv