Skip to content

Commit 51ef3f6

Browse files
chore(deps): bump the minor-and-patch group with 2 updates (#665)
Bumps the minor-and-patch group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action). Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v3.0.0...v3.1.1) Updates `rust-lang/crates-io-auth-action` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases) - [Commits](rust-lang/crates-io-auth-action@b7e9a28...bbd8162) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rust-lang/crates-io-auth-action dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edb5fab commit 51ef3f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
validate-pr-title:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/create-github-app-token@v3.0.0
11+
- uses: actions/create-github-app-token@v3.1.1
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.DS_RELEASE_BOT_ID }}

.github/workflows/rust-release-pyo3-bytes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write # Required for OIDC token exchange
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1
16+
- uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1
1717
id: auth
1818
- run: cargo publish -p pyo3-bytes
1919
env:

.github/workflows/rust-release-pyo3-object_store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write # Required for OIDC token exchange
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1
16+
- uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1
1717
id: auth
1818
- run: cargo publish -p pyo3-object_store
1919
env:

0 commit comments

Comments
 (0)