Skip to content

Commit

Permalink
Bump 2.0.3 (#33)
Browse files Browse the repository at this point in the history
* Bump action to 2.0.3

* Bump action to 2.0.3 in workflow
  • Loading branch information
emibcn authored Feb 7, 2024
1 parent 74fc8bb commit 808173d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Use the output from the `coverage` step
- name: Generate the badge SVG image
uses: emibcn/badge-action@v2.0.2
uses: emibcn/badge-action@v2.0.3
id: badge
with:
label: 'Test coverage'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "badge-action",
"version": "2.0.2",
"version": "2.0.3",
"description": "Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)",
"source": "index.js",
"main": "dist/badge-action.modern.js",
Expand Down

0 comments on commit 808173d

Please sign in to comment.