Skip to content

Commit

Permalink
Upgrade dagger.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybrice committed Apr 27, 2024
1 parent 22c3183 commit dcbbbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Call dagger on-push
uses: dagger/dagger-for-github@v5
with:
version: "0.10.2"
version: "0.11.1"
verb: call
args: push-dirs --dir=./modules --token=${{ secrets.GITHUB_TOKEN }}
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
2 changes: 1 addition & 1 deletion dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "timpkg",
"sdk": "typescript",
"source": "dagger",
"engineVersion": "v0.10.2"
"engineVersion": "v0.11.1"
}

0 comments on commit dcbbbac

Please sign in to comment.