Skip to content

Commit ee21ace

Browse files
committed
More docs.
1 parent a16e559 commit ee21ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Within the GitHub Actions workflow which deploys your plugin to WordPress.org:
3030
2. Add the following step to your workflow so it runs after your plugin has been deployed:
3131
3232
```yaml
33-
- uses: johnbillion/action-wordpress-plugin-attestation/@0.2.0
33+
- uses: johnbillion/action-wordpress-plugin-attestation@0.4.0
3434
with:
3535
plugin: my-plugin-slug
3636
version: 1.2.3
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
generate-zip: true
6565
- name: Attest build provenance
66-
uses: johnbillion/action-wordpress-plugin-attestation/@0.2.0
66+
uses: johnbillion/action-wordpress-plugin-attestation@0.4.0
6767
with:
6868
plugin: my-plugin-slug
6969
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)