From fff7e986fe3ba51491e2ad93a0aefcdf9fd821f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:02:10 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 2 updates 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](https://github.com/actions/create-github-app-token/compare/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](https://github.com/rust-lang/crates-io-auth-action/compare/b7e9a28eded4986ec6b1fa40eeee8f8f165559ec...bbd81622f20ce9e2dd9622e3218b975523e45bbe) --- 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] --- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/rust-release-pyo3-bytes.yml | 2 +- .github/workflows/rust-release-pyo3-object_store.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 7d715a43..00aa2677 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -8,7 +8,7 @@ jobs: validate-pr-title: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3.0.0 + - uses: actions/create-github-app-token@v3.1.1 id: app-token with: app-id: ${{ secrets.DS_RELEASE_BOT_ID }} diff --git a/.github/workflows/rust-release-pyo3-bytes.yml b/.github/workflows/rust-release-pyo3-bytes.yml index 26737992..093ff5fb 100644 --- a/.github/workflows/rust-release-pyo3-bytes.yml +++ b/.github/workflows/rust-release-pyo3-bytes.yml @@ -13,7 +13,7 @@ jobs: id-token: write # Required for OIDC token exchange steps: - uses: actions/checkout@v6 - - uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1 + - uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1 id: auth - run: cargo publish -p pyo3-bytes env: diff --git a/.github/workflows/rust-release-pyo3-object_store.yml b/.github/workflows/rust-release-pyo3-object_store.yml index e46c4303..1d3becab 100644 --- a/.github/workflows/rust-release-pyo3-object_store.yml +++ b/.github/workflows/rust-release-pyo3-object_store.yml @@ -13,7 +13,7 @@ jobs: id-token: write # Required for OIDC token exchange steps: - uses: actions/checkout@v6 - - uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1 + - uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1 id: auth - run: cargo publish -p pyo3-object_store env: