From 31c8c2cb64c888f9694c33678530117646df9a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:30:03 +0000 Subject: [PATCH] chore(deps): Bump dagger/dagger-for-github from 5 to 6 Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 5 to 6. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](https://github.com/dagger/dagger-for-github/compare/v5...v6) --- updated-dependencies: - dependency-name: dagger/dagger-for-github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 7e09a27..817ea50 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -43,7 +43,7 @@ jobs: working-directory: cc - name: Run Dagger - uses: dagger/dagger-for-github@v5 + uses: dagger/dagger-for-github@v6 with: args: go run -v . dagger-flags: --debug