Skip to content

Commit 0f1c1e9

Browse files
refactor: dagger/[email protected]
1 parent fcf9ac9 commit 0f1c1e9

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@v6
38+
uses: dagger/dagger-for-github@8.0.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@v6
36+
uses: dagger/dagger-for-github@8.0.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@v6
39+
uses: dagger/dagger-for-github@8.0.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@v6
38+
uses: dagger/dagger-for-github@8.0.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@v6
38+
uses: dagger/dagger-for-github@8.0.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@v6
39+
uses: dagger/dagger-for-github@8.0.0
4040
with:
4141
args: check --source=. stderr
4242
module: github.com/softwaredevelop/daggerverse/yamllint@main

0 commit comments

Comments
 (0)