From cacbb10a33164b2028337331bf0495c49ed7a881 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 13 Mar 2026 12:36:07 +0200 Subject: [PATCH] chore(deps): upgrade workflows --- .github/workflows/pr-lint.yml | 2 +- .github/workflows/python-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 2abb30c..728797a 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -29,5 +29,5 @@ jobs: steps: # yamllint disable rule:line-length - - uses: ivuorinen/actions/pr-lint@edb5db7b564801bc35bcd5b7667c185760d05fdd # 25.4.28 + - uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 # yamllint enable rule:line-length diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 6724096..52e917c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -17,11 +17,11 @@ jobs: steps: - name: Checkout code # yamllint disable-line rule:line-length - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install uv # yamllint disable-line rule:line-length - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5.4.1 + uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: python-version-file: ".python-version"