Skip to content

Commit 7d146c6

Browse files
authored
Merge pull request #112 from silicon-heaven/dependabot/github_actions/github-actions-deps-556be15a16
build(deps): bump actions/github-script from 8 to 9 in the github-actions-deps group across 1 directory
2 parents ba71d9a + ab12cae commit 7d146c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-reviewer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Add reviewers for Github Actions dependencies
1616
if: contains(github.event.pull_request.labels.*.name, 'github_actions')
17-
uses: actions/github-script@v8
17+
uses: actions/github-script@v9
1818
with:
1919
script: |
2020
await github.rest.pulls.requestReviewers({
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Add reviewers for Rust dependencies
2828
if: contains(github.event.pull_request.labels.*.name, 'rust')
29-
uses: actions/github-script@v8
29+
uses: actions/github-script@v9
3030
with:
3131
script: |
3232
await github.rest.pulls.requestReviewers({

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "shvproto"
55
description = "Rust implementation of the SHV protocol"
66
license = "MIT"
77
repository = "https://github.com/silicon-heaven/libshvproto-rs"
8-
version = "6.1.5"
8+
version = "6.1.6"
99
edition = "2024"
1010

1111
[dependencies]

0 commit comments

Comments
 (0)