File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77``` yaml
88- name : Hello
9- uses : dagger/dagger-for-github@v8.3 .0
9+ uses : dagger/dagger-for-github@v8.4 .0
1010 with :
1111 check : " **"
1212 version : " latest" # semver vX.Y.Z
@@ -18,7 +18,7 @@ Note: As a convenience for `dagger check` you can use the [dagger/checks](https:
1818
1919` ` ` yaml
2020- name: Hello
21- uses: dagger/dagger-for-github@v8.3 .0
21+ uses: dagger/dagger-for-github@v8.4 .0
2222 with:
2323 module: github.com/shykes/daggerverse/hello
2424 call: hello --greeting Hola --name Jeremy
@@ -30,7 +30,7 @@ Note: As a convenience for `dagger check` you can use the [dagger/checks](https:
3030
3131` ` ` yaml
3232- name: Hello
33- uses: dagger/dagger-for-github@v8.3 .0
33+ uses: dagger/dagger-for-github@v8.4 .0
3434 with:
3535 shell: container | from alpine | with-exec echo,"hello, world!" | stdout
3636 cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
@@ -40,7 +40,7 @@ Note: As a convenience for `dagger check` you can use the [dagger/checks](https:
4040
4141` ` ` yaml
4242- name: Integration Test
43- uses: dagger/dagger-for-github@v8.3 .0
43+ uses: dagger/dagger-for-github@v8.4 .0
4444 with:
4545 workdir: db-service
4646 verb: run
You can’t perform that action at this time.
0 commit comments