From 017a84323997f2d9b4b390328a424ddaf4861b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:36:13 +0000 Subject: [PATCH] chore(deps): Bump dagger/dagger-for-github from 6 to 7 Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 6 to 7. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](https://github.com/dagger/dagger-for-github/compare/v6...v7) --- 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/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 62c15e6..315f219 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v6 + uses: dagger/dagger-for-github@v7 with: args: check --source=. stdout module: github.com/softwaredevelop/daggerverse/shellcheck@main