From f41c6d5036824f099c615b90addb332ae9ae9e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:02:34 +0000 Subject: [PATCH] chore(deps): bump dagger/dagger-for-github from 8.0.0 to 8.1.0 Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](https://github.com/dagger/dagger-for-github/compare/8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: dagger/dagger-for-github dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dagger-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dagger-test.yml b/.github/workflows/dagger-test.yml index b3a269f..dc87b3a 100644 --- a/.github/workflows/dagger-test.yml +++ b/.github/workflows/dagger-test.yml @@ -65,7 +65,7 @@ jobs: ${{ matrix.module == 'gh' }} => --github-token env:GITHUB_TOKEN - name: Test Dagger module - uses: dagger/dagger-for-github@8.0.0 + uses: dagger/dagger-for-github@v8.1.0 with: args: ${{ steps.constructor-args.outputs.value }} all module: github.com/${{ github.repository }}/${{ matrix.module }}/test@${{ github.ref }}