From 327ba0e3d9ee547361d3bbad59333aa50807e2e9 Mon Sep 17 00:00:00 2001 From: uermel Date: Fri, 24 Jul 2026 11:26:16 -0700 Subject: [PATCH] fix python CI by upgrading actions. --- .github/workflows/py-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/py-lint.yml b/.github/workflows/py-lint.yml index 7b82fb4..5862a80 100644 --- a/.github/workflows/py-lint.yml +++ b/.github/workflows/py-lint.yml @@ -16,14 +16,14 @@ jobs: name: pre-commit checks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.12" - name: Install action-validator with asdf - uses: asdf-vm/actions/install@v3 + uses: asdf-vm/actions/install@v4 with: tool_versions: | action-validator 0.6.0