From 36cec36d7f5e82af7f517f270eda78055ba3bef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:06:07 +0000 Subject: [PATCH] chore(deps): update dagger/dagger-for-github action to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/nsv.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nsv.yml b/.github/workflows/nsv.yml index f4f23fa..daba0f6 100644 --- a/.github/workflows/nsv.yml +++ b/.github/workflows/nsv.yml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.GH_NSV }} - name: Tag - uses: dagger/dagger-for-github@v7 + uses: dagger/dagger-for-github@v8.4.1 env: # skipcq: SCT-A000 GPG_PRIVATE_KEY: "${{ secrets.GPG_PRIVATE_KEY }}" diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 707d16c..3b7dc23 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: ShellCheck - uses: dagger/dagger-for-github@v7 + uses: dagger/dagger-for-github@v8.4.1 with: verb: call module: github.com/purpleclay/daggerverse/shellcheck@v0.3.0