Skip to content

Commit e574b64

Browse files
committed
update examples: node24, core 0.4.0
1 parent 0fcb23d commit e574b64

24 files changed

Lines changed: 764 additions & 462 deletions

.github/actions/example-composite-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: "composite"
99
steps:
1010
- name: Write Badge
11-
uses: action-badges/core@0.3.0
11+
uses: action-badges/core@0.4.0
1212
with:
1313
file-name: composite-example.svg
1414
github-token: "${{ inputs.github-token }}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Example JS Action'
22
description: 'Example JS Action'
33
runs:
4-
using: 'node20'
4+
using: 'node24'
55
main: 'index.js'

.github/actions/example-js-action/node_modules/.package-lock.json

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/example-js-action/node_modules/@action-badges/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/example-js-action/node_modules/@action-badges/core/docs/github-action.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/example-js-action/node_modules/@action-badges/core/package.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/example-js-action/node_modules/@action-badges/core/src/github.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/example-js-action/node_modules/@action-badges/core/src/index.js

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/example-js-action/node_modules/badge-maker/CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/example-js-action/node_modules/badge-maker/README.md

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)