Skip to content

Commit a22d3aa

Browse files
chore(deps): ⬆️ bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78c29c9 commit a22d3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Get Commit Message
4141
id: message
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
env:
4444
FULL_COMMIT_MESSAGE: '${{ github.event.head_commit.message }}'
4545
with:

.github/workflows/traffic2badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Get Commit Message
2525
id: message
26-
uses: actions/github-script@v7
26+
uses: actions/github-script@v8
2727
env:
2828
FULL_COMMIT_MESSAGE: '${{ github.event.head_commit.message }}'
2929
with:

0 commit comments

Comments
 (0)