Skip to content

Commit

Permalink
fix: switch back to dagger/dagger-for-github@v7, multiline bug should…
Browse files Browse the repository at this point in the history
… be fixed
  • Loading branch information
jochumdev committed Nov 12, 2024
1 parent 6868cf9 commit 578292d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: go-orb/dagger-for-github@main
uses: dagger/dagger-for-github@v7
with:
version: "latest"
verb: call
Expand All @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: go-orb/dagger-for-github@main
uses: dagger/dagger-for-github@v7
with:
version: "latest"
verb: call
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: go-orb/dagger-for-github@main
uses: dagger/dagger-for-github@v7
with:
version: "latest"
verb: call
Expand All @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: go-orb/dagger-for-github@main
uses: dagger/dagger-for-github@v7
with:
version: "latest"
verb: call
Expand Down

0 comments on commit 578292d

Please sign in to comment.