Skip to content

Commit e02b4a8

Browse files
chore(deps): bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [actions/github-script](https://github.com/actions/github-script) and [Songmu/tagpr](https://github.com/songmu/tagpr). Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `Songmu/tagpr` from 1.15.0 to 1.18.2 - [Release notes](https://github.com/songmu/tagpr/releases) - [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md) - [Commits](Songmu/tagpr@78a926b...84850af) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Songmu/tagpr dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb46637 commit e02b4a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tagpr.yml

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

1818
- id: run-tagpr
1919
name: Run tagpr
20-
uses: Songmu/tagpr@78a926ba835e34721053309043aee696ba9c70b1 # v1.15.0
20+
uses: Songmu/tagpr@84850af451fc53753c6685a3a6a2af7beef23607 # v1.18.2
2121

2222
- uses: haya14busa/action-update-semver@7d2c558640ea49e798d46539536190aff8c18715 # v1.5.1
2323
if: "steps.run-tagpr.outputs.tag != ''"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
force: ${{ inputs.check-existence != 'true' }}
5656
-
5757
name: Run octocov
58-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
58+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5959
with:
6060
script: |
6161
const path = require('path');

0 commit comments

Comments
 (0)