From 6b5c7862b24c8b8a941fed75da71a31b19b974b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 06:12:22 +0000 Subject: [PATCH] chore(deps): update github actions to v6.0.3 --- .github/workflows/PR.yml | 4 ++-- .github/workflows/Publish-Package.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 46f3c71..049fb01 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -22,7 +22,7 @@ jobs: python-version: [3.9, 3.14] # oldest supported and latest tested steps: - name: Check out repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: ni/python-actions/setup-python@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 with: python-version: ${{ matrix.python-version }} @@ -37,7 +37,7 @@ jobs: python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t] steps: - name: Check out repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Python id: setup-python uses: ni/python-actions/setup-python@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 diff --git a/.github/workflows/Publish-Package.yml b/.github/workflows/Publish-Package.yml index 4f0ebc2..2292e83 100644 --- a/.github/workflows/Publish-Package.yml +++ b/.github/workflows/Publish-Package.yml @@ -40,7 +40,7 @@ jobs: needs: [check_package] steps: - name: Check out repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Python uses: ni/python-actions/setup-python@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 - name: Set up Poetry @@ -89,7 +89,7 @@ jobs: pull-requests: write steps: - name: Check out repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Python uses: ni/python-actions/setup-python@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 - name: Set up Poetry