Skip to content

Commit

Permalink
fix: use dagger-for-github@main
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Nov 10, 2024
1 parent 23a80cf commit 2a4529d
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 @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: go-orb/dagger-for-github
uses: go-orb/dagger-for-github@main
with:
version: "v0.14.0"
verb: call
Expand All @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
- name: Run unit tests
uses: go-orb/dagger-for-github
uses: go-orb/dagger-for-github@main
with:
version: "v0.14.0"
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 @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint files
uses: go-orb/dagger-for-github
uses: go-orb/dagger-for-github@main
with:
version: "v0.14.0"
verb: call
Expand All @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Run unit tests
uses: go-orb/dagger-for-github
uses: go-orb/dagger-for-github@main
with:
version: "v0.14.0"
verb: call
Expand Down

0 comments on commit 2a4529d

Please sign in to comment.