From 01082adc34718a97bb523a09f5f61fcce4a0cdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 06:00:39 +0000 Subject: [PATCH] Bump katyo/publish-crates from 1 to 2 Bumps [katyo/publish-crates](https://github.com/katyo/publish-crates) from 1 to 2. - [Release notes](https://github.com/katyo/publish-crates/releases) - [Commits](https://github.com/katyo/publish-crates/compare/v1...v2) --- updated-dependencies: - dependency-name: katyo/publish-crates dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cab7fa8..d59e3cd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,6 +70,6 @@ jobs: with: toolchain: stable override: true - - uses: katyo/publish-crates@v1 + - uses: katyo/publish-crates@v2 with: registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}