From b7507bad7730e5f6558cfcce29976f65890083ca Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 12 Sep 2025 16:57:52 +0200 Subject: Bumped versions in Github actions configuration. --- .github/workflows/python_matrix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/python_matrix.yml') diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml index 5901e584aa..072bf1cdbc 100644 --- a/.github/workflows/python_matrix.yml +++ b/.github/workflows/python_matrix.yml @@ -22,7 +22,7 @@ jobs: python_versions_output: ${{ steps.set-matrix.outputs.python_versions }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: set-matrix run: | python_versions=$(sed -n "s/^.*Programming Language :: Python :: \([[:digit:]]\+\.[[:digit:]]\+\).*$/'\1', /p" pyproject.toml | tr -d '\n' | sed 's/, $//g') @@ -36,9 +36,9 @@ jobs: python-version: ${{ fromJson(needs.define-matrix.outputs.python_versions_output) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: 'pip' -- cgit v1.3