Skip to content

Commit 57846f0

Browse files
dependabot[bot]softwaredevelop
authored andcommitted
chore(deps): Bump dagger/dagger-for-github from 8.0.0 to 8.2.0
Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 8.0.0 to 8.2.0. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](dagger/dagger-for-github@8.0.0...v8.2.0) --- updated-dependencies: - dependency-name: dagger/dagger-for-github dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d4e780 commit 57846f0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Call Dagger Function
38-
uses: dagger/dagger-for-github@8.0.0
38+
uses: dagger/dagger-for-github@v8.2.0
3939
with:
4040
args: check --source=. stderr
4141
module: github.com/softwaredevelop/daggerverse/actionlint@main

.github/workflows/editorconfig-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Call Dagger Function
36-
uses: dagger/dagger-for-github@8.0.0
36+
uses: dagger/dagger-for-github@v8.2.0
3737
with:
3838
args: check --source=. stderr
3939
module: github.com/softwaredevelop/daggerverse/editorconfig@main

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Call Dagger Function
39-
uses: dagger/dagger-for-github@8.0.0
39+
uses: dagger/dagger-for-github@v8.2.0
4040
with:
4141
args: check --source=. stderr
4242
module: github.com/softwaredevelop/daggerverse/hadolint@main

.github/workflows/revive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Call Dagger Function
38-
uses: dagger/dagger-for-github@8.0.0
38+
uses: dagger/dagger-for-github@v8.2.0
3939
with:
4040
args: check --source=. stderr
4141
module: github.com/softwaredevelop/daggerverse/revive@main

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Call Dagger Function
38-
uses: dagger/dagger-for-github@8.0.0
38+
uses: dagger/dagger-for-github@v8.2.0
3939
with:
4040
args: check --source=. stderr
4141
module: github.com/softwaredevelop/daggerverse/shellcheck@main

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Call Dagger Function
39-
uses: dagger/dagger-for-github@8.0.0
39+
uses: dagger/dagger-for-github@v8.2.0
4040
with:
4141
args: check --source=. stderr
4242
module: github.com/softwaredevelop/daggerverse/yamllint@main

0 commit comments

Comments
 (0)