Skip to content

Commit cfa9c9f

Browse files
authored
update references to dagger-for-github to v8.2.0 (dagger#11110)
1 parent 7ebbce5 commit cfa9c9f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/current_docs/getting-started/ci-integrations/snippets/github-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Call Dagger Function to build and publish to ghcr.io
16-
uses: dagger/dagger-for-github@8.0.0
16+
uses: dagger/dagger-for-github@v8.2.0
1717
with:
1818
version: "latest"
1919
verb: call

docs/current_docs/getting-started/ci-integrations/snippets/github-hello-shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Call Dagger Function
12-
uses: dagger/dagger-for-github@8.0.0
12+
uses: dagger/dagger-for-github@v8.2.0
1313
with:
1414
version: "latest"
1515
# assumes the Dagger Cloud token is in

docs/current_docs/getting-started/ci-integrations/snippets/github-hello.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Call Dagger Function
12-
uses: dagger/dagger-for-github@8.0.0
12+
uses: dagger/dagger-for-github@v8.2.0
1313
with:
1414
version: "latest"
1515
module: github.com/shykes/daggerverse/hello@v0.1.2

docs/current_docs/getting-started/ci-integrations/snippets/github-test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
- name: Test
14-
uses: dagger/dagger-for-github@8.0.0
14+
uses: dagger/dagger-for-github@v8.2.0
1515
with:
1616
version: "latest"
1717
verb: call
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Call Dagger Function
32-
uses: dagger/dagger-for-github@8.0.0
32+
uses: dagger/dagger-for-github@v8.2.0
3333
with:
3434
version: "latest"
3535
verb: call

docs/current_docs/getting-started/quickstarts/agent/snippets/part3/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: dagger/dagger-for-github@8.0.0
17+
- uses: dagger/dagger-for-github@v8.2.0
1818
- name: Develop
1919
run: |
2020
dagger call develop-issue \

0 commit comments

Comments
 (0)