diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2081199..8614881 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: image: tonistiigi/binfmt:latest platforms: all @@ -21,13 +21,13 @@ jobs: with: submodules: false - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN}} - uses: earthly/actions/setup-earthly@v1 with: - version: v0.7.17 + version: v0.7.22 - name: Earthly version run: earthly --version - name: Run build diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c00e041..c365294 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: image: tonistiigi/binfmt:latest platforms: all @@ -20,13 +20,13 @@ jobs: with: submodules: true - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN}} - uses: earthly/actions/setup-earthly@v1 with: - version: v0.7.17 + version: v0.7.22 - name: Earthly version run: earthly --version - name: Run build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47534fa..587f29c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: image: tonistiigi/binfmt:latest platforms: all @@ -22,7 +22,7 @@ jobs: with: submodules: false - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN}}