From d87999dca033eb87df81aaf182f3c5f9203ba433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 06:43:21 +0100 Subject: [PATCH] chore(deps): update dagger/dagger-for-github action to v6 (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/nsv.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8769c0..921119b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: golangci-lint - uses: dagger/dagger-for-github@v5 + uses: dagger/dagger-for-github@v6 with: verb: call module: github.com/purpleclay/daggerverse/golang diff --git a/.github/workflows/nsv.yml b/.github/workflows/nsv.yml index 8510770..20e1ad2 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@v5 + uses: dagger/dagger-for-github@v6 env: # skipcq: SCT-A000 GPG_PRIVATE_KEY: "${{ secrets.GPG_PRIVATE_KEY }}"