Skip to content

Commit b7f08a1

Browse files
committed
ci: fix github action error with dagger version
1 parent 42f87e8 commit b7f08a1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Dagger -> test-405
2727
uses: dagger/dagger-for-github@v7
2828
with:
29-
version: "v0.15.3"
29+
version: "v0.18.9"
3030
verb: call
3131
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
3232
args: >-
@@ -39,7 +39,7 @@ jobs:
3939
- name: Dagger -> test-200
4040
uses: dagger/dagger-for-github@v7
4141
with:
42-
version: "v0.15.3"
42+
version: "v0.18.9"
4343
verb: call
4444
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
4545
args: >-
@@ -62,7 +62,7 @@ jobs:
6262
- name: Dagger -> build
6363
uses: dagger/dagger-for-github@v7
6464
with:
65-
version: "v0.15.3"
65+
version: "v0.18.9"
6666
verb: call
6767
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
6868
args: >-

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Dagger -> build
2525
uses: dagger/dagger-for-github@v7
2626
with:
27-
version: "v0.15.3"
27+
version: "v0.18.9"
2828
verb: call
2929
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
3030
args: >-
@@ -51,7 +51,7 @@ jobs:
5151
- name: Dagger -> test-405
5252
uses: dagger/dagger-for-github@v7
5353
with:
54-
version: "v0.15.3"
54+
version: "v0.18.9"
5555
verb: call
5656
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
5757
args: >-
@@ -64,7 +64,7 @@ jobs:
6464
- name: Dagger -> test-200
6565
uses: dagger/dagger-for-github@v7
6666
with:
67-
version: "v0.15.3"
67+
version: "v0.18.9"
6868
verb: call
6969
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
7070
args: >-

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Dagger -> test-405
3636
uses: dagger/dagger-for-github@v7
3737
with:
38-
version: "v0.15.3"
38+
version: "v0.18.9"
3939
verb: call
4040
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
4141
args: >-
@@ -48,7 +48,7 @@ jobs:
4848
- name: Dagger -> test-200
4949
uses: dagger/dagger-for-github@v7
5050
with:
51-
version: "v0.15.3"
51+
version: "v0.18.9"
5252
verb: call
5353
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
5454
args: >-
@@ -90,7 +90,7 @@ jobs:
9090
- name: Dagger -> build
9191
uses: dagger/dagger-for-github@v7
9292
with:
93-
version: "v0.15.3"
93+
version: "v0.18.9"
9494
verb: call
9595
# FIXME: this is a workaround for https://github.com/dagger/dagger-for-github/issues/117
9696
args: >-

0 commit comments

Comments
 (0)