From f745350ae311ae2780b8de80314c50483d6c5dd6 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 28 Mar 2024 17:43:51 +0100 Subject: [PATCH] readme: Recommend using firebuild-action@v4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e1246ba..634b4613 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Works on Linux ```yaml - name: firebuild - uses: firebuild/firebuild-action@v3 + uses: firebuild/firebuild-action@v4 ``` NB! This should always come after the `actions/checkout` step. @@ -39,7 +39,7 @@ jobs: steps: ... - name: firebuild - uses: firebuild/firebuild-action@v3 + uses: firebuild/firebuild-action@v4 with: key: ${{ github.job }}-${{ matrix.os }} # Eg. "some_build-ubuntu-latest" some_other_build: