From 0d6213b0ceb86b21e71b0b580d43556690c9d1cf Mon Sep 17 00:00:00 2001 From: zon-renovate <139547744+zon-renovate@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:18:16 +0000 Subject: [PATCH] MAINT: Update All minor github-actions changes --- .github/workflows/release.yaml | 2 +- .github/workflows/testrunner.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a13dd5f9..609e7e24 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: contents: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ZeitOnline/gh-action-baseproject@33c193b385a736184a1230cffe5ee5d1c9891da5 # v0.14.1 with: project_name: ${{env.project}} diff --git a/.github/workflows/testrunner.yaml b/.github/workflows/testrunner.yaml index 4b2e01a7..daea55a1 100644 --- a/.github/workflows/testrunner.yaml +++ b/.github/workflows/testrunner.yaml @@ -9,12 +9,12 @@ env: jobs: linter: - uses: zeitonline/gh-action-workflows/.github/workflows/pre-commit.yaml@4241bed0752a9d591a002a07a1e46dd0514cf951 # 2.10.1 + uses: zeitonline/gh-action-workflows/.github/workflows/pre-commit.yaml@f17cf763525166b0862b3bd4ed89850e29e44f3a # 2.11.0 with: python-version: "3.13" node-version: "24" k8s: - uses: zeitonline/gh-action-workflows/.github/workflows/k8s-validation.yaml@4241bed0752a9d591a002a07a1e46dd0514cf951 # 2.10.1 + uses: zeitonline/gh-action-workflows/.github/workflows/k8s-validation.yaml@f17cf763525166b0862b3bd4ed89850e29e44f3a # 2.11.0 test: needs: @@ -28,7 +28,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ZeitOnline/gh-action-baseproject@33c193b385a736184a1230cffe5ee5d1c9891da5 # v0.14.1 id: baseproject with: