Skip to content

Commit e38e2b8

Browse files
chore(deps): bump the github-actions group with 3 updates (#493)
Bumps the github-actions group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [grafana/shared-workflows](https://github.com/grafana/shared-workflows) and [release-plz/action](https://github.com/release-plz/action). Updates `taiki-e/install-action` from 2.75.30 to 2.77.5 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@db5fb34...fa0dd4c) Updates `grafana/shared-workflows` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/grafana/shared-workflows/releases) - [Commits](grafana/shared-workflows@f1614b2...a53fc80) Updates `release-plz/action` from 0.5.128 to 0.5.129 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](release-plz/action@1528104...064f4d1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: grafana/shared-workflows dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: release-plz/action dependency-version: 0.5.129 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a5a1d7 commit e38e2b8

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false
21-
- uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30
21+
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
2222
with:
2323
tool: mdbook
2424
env:

.github/workflows/js-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
toolchain: nightly
5252
targets: wasm32-unknown-unknown
5353

54-
- uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30
54+
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
5555
with:
5656
tool: just,wasm-pack
5757

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
toolchain: stable
2626
targets: wasm32-unknown-unknown
2727

28-
- uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30
28+
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
2929
with:
3030
tool: just,wasm-pack
3131

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
subject-path: "wheels-*/*"
183183

184184
- id: get-secrets
185-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
185+
uses: grafana/shared-workflows/actions/get-vault-secrets@a53fc80bc30b0a16a262520465db899fa3af08b7 # get-vault-secrets/v1.3.2
186186
with:
187187
# Secrets placed in the ci/repo/grafana/augurs/<path> path in Vault
188188
repo_secrets: |

.github/workflows/release-plz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
toolchain: stable
3030

3131
- id: get-secrets
32-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
32+
uses: grafana/shared-workflows/actions/get-vault-secrets@a53fc80bc30b0a16a262520465db899fa3af08b7 # get-vault-secrets/v1.3.2
3333
with:
3434
# Secrets placed in the ci/repo/grafana/augurs/<path> path in Vault
3535
repo_secrets: |
3636
CARGO_REGISTRY_TOKEN=crates-io:api-token
3737
GITHUB_TOKEN=github:token
3838
3939
- name: Run release-plz
40-
uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5.128
40+
uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db # v0.5.129
4141
with:
4242
command: release
4343

@@ -65,14 +65,14 @@ jobs:
6565
toolchain: stable
6666

6767
- id: get-secrets
68-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
68+
uses: grafana/shared-workflows/actions/get-vault-secrets@a53fc80bc30b0a16a262520465db899fa3af08b7 # get-vault-secrets/v1.3.2
6969
with:
7070
# Secrets placed in the ci/repo/grafana/augurs/<path> path in Vault
7171
repo_secrets: |
7272
CARGO_REGISTRY_TOKEN=crates-io:api-token
7373
GITHUB_TOKEN=github:token
7474
7575
- name: Run release-plz
76-
uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5.128
76+
uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db # v0.5.129
7777
with:
7878
command: release-pr

.github/workflows/wasmstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
2222
with:
2323
toolchain: stable
24-
- uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2.75.30
24+
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
2525
with:
2626
tool: cargo-binstall,just,ripgrep,wasmtime
2727
env:

0 commit comments

Comments
 (0)