Skip to content

Commit

Permalink
readme: Recommend using firebuild-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalint committed Mar 28, 2024
1 parent b60d3d5 commit f745350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f745350

Please sign in to comment.