Skip to content

Commit

Permalink
update dagger version
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jan 30, 2025
1 parent 44d7f9b commit 034e851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dagger-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
verb: call
module: ci
args: lint --pass=true --dir=./
version: '0.14.0'
version: '0.15.3'
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/dagger-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
verb: call
module: ci
args: test --dir=./ export --path=./test-reports
version: '0.14.0'
version: '0.15.3'
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
- name: Report
uses: dorny/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: dagger/[email protected]
with:
# Dagger Version
version: 0.14.0
version: 0.15.3
# Dagger CLI Flags
#dagger-flags: # optional, default is --progress plain
# CLI verb (call, run, download, up, functions, shell, query)
Expand Down

0 comments on commit 034e851

Please sign in to comment.