Skip to content

Commit 5196a6e

Browse files
committed
chore: bump dagger in ci
1 parent fd54e23 commit 5196a6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: frantjc/actions/setup-tool@v1
1818
with:
1919
repository: dagger/dagger
20-
version: v0.19.10
20+
version: v0.19.11
2121
- run: dagger check
2222
e2e:
2323
runs-on: ubuntu-latest
@@ -26,7 +26,7 @@ jobs:
2626
- uses: frantjc/actions/setup-tool@v1
2727
with:
2828
repository: dagger/dagger
29-
version: v0.19.10
29+
version: v0.19.11
3030
- name: Run make forge
3131
run: make LOCALBIN=$RUNNER_TEMP
3232
- name: Set path

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: frantjc/actions/setup-tool@v1
1616
with:
1717
repository: dagger/dagger
18-
version: v0.19.10
18+
version: v0.19.11
1919
- env:
2020
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2121
run: dagger call release

0 commit comments

Comments
 (0)