📝 Use new version in README.md

This commit is contained in:
Simon Schneegans
2022-10-09 06:54:01 +02:00
parent f0dea330d9
commit e1f1d9b472

View File

@@ -39,7 +39,7 @@ https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/schneegan
4. Add something like the following to your workflow: 4. Add something like the following to your workflow:
```yml ```yml
- name: Create Awesome Badge - name: Create Awesome Badge
uses: schneegans/dynamic-badges-action@v1.4.0 uses: schneegans/dynamic-badges-action@v1.5.0
with: with:
auth: ${{ secrets.GIST_SECRET }} auth: ${{ secrets.GIST_SECRET }}
gistID: <gist-ID> gistID: <gist-ID>
@@ -134,7 +134,7 @@ For all values in between, the color will be interpolated.
- name: Get the Numbers - name: Get the Numbers
run: echo "ANSWER=42" >> $GITHUB_ENV run: echo "ANSWER=42" >> $GITHUB_ENV
- name: Create the Badge - name: Create the Badge
uses: schneegans/dynamic-badges-action@v1.4.0 uses: schneegans/dynamic-badges-action@v1.5.0
with: with:
auth: ${{ secrets.GIST_SECRET }} auth: ${{ secrets.GIST_SECRET }}
gistID: <gist-ID> gistID: <gist-ID>