Skip to content

Commit

Permalink
Merge pull request #1124 from openmeterio/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…agger/dagger-for-github-5.11.0

chore(deps): bump dagger/dagger-for-github from 5.10.0 to 5.11.0
  • Loading branch information
chrisgacsal authored Jul 2, 2024
2 parents ac703e2 + 69b9fed commit 93a3e4c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Run pipeline
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
module: github.com/${{ github.repository }}@${{ github.ref }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: Run pipeline
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
module: github.com/${{ github.repository }}@${{ github.ref }}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
run: curl --retry 10 --retry-max-time 120 --retry-all-errors http://localhost:10000/healthz

- name: Run tests
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
args: --source .:default quickstart-test --service tcp://localhost:8888 --port 8888
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
swap-storage: false

- name: Run pipeline
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
module: github.com/${{ github.repository }}@${{ github.ref }}
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
swap-storage: false

- name: Run pipeline
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
timeout-minutes: 40
with:
verb: call
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
swap-storage: false

- name: Run pipeline
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
module: github.com/${{ github.repository }}@${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Generate
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
args: --source .:default generate node-sdk -o api/client/node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Generate
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
args: --source .:default generate python-sdk -o api/client/python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Generate
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
args: --source .:default generate web-sdk -o api/client/web
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Build
uses: dagger/dagger-for-github@6210aa04aaf743e52a7315449e213bb85cd828ce # v5.10.0
uses: dagger/dagger-for-github@11048419d80c283890d0dd68187d44541f63dd89 # v5.11.0
with:
verb: call
module: github.com/${{ github.repository }}@${{ github.ref }}
Expand Down

0 comments on commit 93a3e4c

Please sign in to comment.