From 69b9fed448ee894ed39261c579e3a74998460ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:22:38 +0000 Subject: [PATCH] chore(deps): bump dagger/dagger-for-github from 5.10.0 to 5.11.0 Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](https://github.com/dagger/dagger-for-github/compare/6210aa04aaf743e52a7315449e213bb85cd828ce...11048419d80c283890d0dd68187d44541f63dd89) --- updated-dependencies: - dependency-name: dagger/dagger-for-github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/release.yaml | 2 +- .github/workflows/sdk-node.yaml | 2 +- .github/workflows/sdk-python.yaml | 2 +- .github/workflows/sdk-web.yaml | 2 +- .github/workflows/snapshot.yaml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce2715fa9..aedd5c976 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} @@ -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 }} @@ -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 @@ -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 }} @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c512be42a..7873a1f19 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} diff --git a/.github/workflows/sdk-node.yaml b/.github/workflows/sdk-node.yaml index 5edfb2df7..5833ec42f 100644 --- a/.github/workflows/sdk-node.yaml +++ b/.github/workflows/sdk-node.yaml @@ -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 diff --git a/.github/workflows/sdk-python.yaml b/.github/workflows/sdk-python.yaml index 511af7276..23460027f 100644 --- a/.github/workflows/sdk-python.yaml +++ b/.github/workflows/sdk-python.yaml @@ -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 diff --git a/.github/workflows/sdk-web.yaml b/.github/workflows/sdk-web.yaml index d6d0fc0cb..17c7efb04 100644 --- a/.github/workflows/sdk-web.yaml +++ b/.github/workflows/sdk-web.yaml @@ -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 diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index f25799b3e..696e8cf97 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -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 }}