From afbb76b7746cbbe545c2f3975070749464a9e1e0 Mon Sep 17 00:00:00 2001 From: Alexandre Acebedo Date: Sun, 3 Mar 2024 13:09:51 +0100 Subject: [PATCH] fix: update GH actions devbox version --- .github/workflows/commit_checks.yml | 14 +++++++------- .github/workflows/release.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/commit_checks.yml b/.github/workflows/commit_checks.yml index 9306da7..655885a 100644 --- a/.github/workflows/commit_checks.yml +++ b/.github/workflows/commit_checks.yml @@ -23,10 +23,10 @@ jobs: fetch-depth: 0 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.7.0 + uses: jetpack-io/devbox-install-action@v0.8.0 with: - devbox-version: 0.8.5 - + devbox-version: 0.9.1 + - name: Check commit messages run: devbox run -- cz check --rev-range ${{ inputs.base_sha }}..${{ inputs.head_sha }} @@ -38,9 +38,9 @@ jobs: uses: actions/checkout@v4 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.7.0 + uses: jetpack-io/devbox-install-action@v0.8.0 with: - devbox-version: 0.8.5 + devbox-version: 0.9.1 - name: Lint code run: devbox run lint @@ -53,9 +53,9 @@ jobs: uses: actions/checkout@v4 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.7.0 + uses: jetpack-io/devbox-install-action@v0.8.0 with: - devbox-version: 0.8.5 + devbox-version: 0.9.1 - name: Run tests run: devbox run test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6984686..fd896f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,9 +21,9 @@ jobs: fetch-depth: 0 - name: Install devbox - uses: jetpack-io/devbox-install-action@v0.7.0 + uses: jetpack-io/devbox-install-action@v0.8.0 with: - devbox-version: 0.8.5 + devbox-version: 0.9.1 - name: Login to Docker Hub uses: docker/login-action@v3