diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 1276661..50c206e 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.2.0 + uses: dagger/dagger-for-github@v8.3.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/actionlint@main diff --git a/.github/workflows/editorconfig-checker.yml b/.github/workflows/editorconfig-checker.yml index 6cf88d7..8b88a59 100644 --- a/.github/workflows/editorconfig-checker.yml +++ b/.github/workflows/editorconfig-checker.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.2.0 + uses: dagger/dagger-for-github@v8.3.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/editorconfig@main diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index c81fe4a..e7781a8 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.2.0 + uses: dagger/dagger-for-github@v8.3.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/hadolint@main diff --git a/.github/workflows/revive.yml b/.github/workflows/revive.yml index 0ee177a..60a7969 100644 --- a/.github/workflows/revive.yml +++ b/.github/workflows/revive.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.2.0 + uses: dagger/dagger-for-github@v8.3.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/revive@main diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 580a87a..a436679 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@v8.2.0 + uses: dagger/dagger-for-github@v8.3.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/shellcheck@main diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 1f93c07..5ac749b 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.2.0 + uses: dagger/dagger-for-github@v8.3.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/yamllint@main