diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b831e0..d509e67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: version: [ "13", "14", "15", "16" ] steps: - uses: actions/checkout@v3 - - uses: docker/setup-qemu-action@v2 + - uses: docker/setup-qemu-action@v3 - run: curl -sSLf https://raw.githubusercontent.com/octohelm/wagon/main/install.sh | sudo sh - run: make ship.${{ matrix.os }} VERSION=${{ matrix.version }}