Skip to content

Commit 5b79733

Browse files
committed
Bump version in README
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent e444633 commit 5b79733

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
@@ -46,7 +46,7 @@ Path and filename of the BOM, default `bom.xml`
4646

4747
With project name and version:
4848
```
49-
uses: DependencyTrack/gh-upload-sbom@v1.0.0
49+
uses: DependencyTrack/gh-upload-sbom@v2.0.0
5050
with:
5151
serverhostname: 'example.com'
5252
apikey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
@@ -56,7 +56,7 @@ with:
5656

5757
With project uuid:
5858
```
59-
uses: DependencyTrack/gh-upload-sbom@v1.0.0
59+
uses: DependencyTrack/gh-upload-sbom@v2.0.0
6060
with:
6161
serverhostname: 'example.com'
6262
apikey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}

0 commit comments

Comments
 (0)