Skip to content

Commit 95a4a58

Browse files
authored
docs(readme): update example workflow versions (#140)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 08b9529 commit 95a4a58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
ci:
29-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4
29+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
3030
```
3131
3232
Included in this repo is a [basic workflow](.github/workflows/plugins-ci.yml) for use across the majority of plugins, as well as variants with service containers.
@@ -55,7 +55,7 @@ jobs:
5555
permissions:
5656
contents: write
5757
pull-requests: write
58-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4
58+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
5959
with:
6060
lint: true
6161
```
@@ -87,7 +87,7 @@ on:
8787
jobs:
8888
benchmark:
8989
if: ${{ github.event.label.name == 'benchmark' }}
90-
uses: fastify/workflows/.github/workflows/plugins-benchmark-pr.yml@main
90+
uses: fastify/workflows/.github/workflows/plugins-benchmark-pr.yml@v5
9191
with:
9292
npm-script: bench
9393

0 commit comments

Comments
 (0)