Skip to content

Commit

Permalink
chore(deps): update dagger/dagger-for-github action to v7 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent d87999d commit 36f09ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: golangci-lint
uses: dagger/dagger-for-github@v6
uses: dagger/dagger-for-github@v7
with:
verb: call
module: github.com/purpleclay/daggerverse/golang
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nsv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.GH_NSV }}

- name: Tag
uses: dagger/dagger-for-github@v6
uses: dagger/dagger-for-github@v7
env:
# skipcq: SCT-A000
GPG_PRIVATE_KEY: "${{ secrets.GPG_PRIVATE_KEY }}"
Expand Down

0 comments on commit 36f09ea

Please sign in to comment.