diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eda23f5..77ae9d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,19 +11,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - name: Install Dagger - uses: dagger/dagger-for-github@v3 + - name: Test + uses: dagger/dagger-for-github@v5 with: - install-only: true - - name: Build deps - run: | - sudo apt update && sudo apt upgrade -y - sudo apt install -y curl - curl -L https://dl.dagger.io/dagger-cue/install.sh | VERSION=0.2.232 sh - ./bin/dagger-cue version - - name: Dagger project update - run: ./bin/dagger-cue project update - - name: Dagger do test - run: ./bin/dagger-cue do test --log-format plain + verb: run + args: "" + version: "0.9.3" # - name: Dagger do deploy # run: dagger do deploy --log-format plain