From 68b8a436794101c3c2c71f022dce29a2e4eaf543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:45:41 +0000 Subject: [PATCH] Bump swift-nav/swift-cli-publisher from 2 to 3 Bumps [swift-nav/swift-cli-publisher](https://github.com/swift-nav/swift-cli-publisher) from 2 to 3. - [Release notes](https://github.com/swift-nav/swift-cli-publisher/releases) - [Commits](https://github.com/swift-nav/swift-cli-publisher/compare/v2...v3) --- updated-dependencies: - dependency-name: swift-nav/swift-cli-publisher dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 9bdcf3648a..05af48c926 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -113,7 +113,7 @@ jobs: run: echo "VERSION=${GITHUB_REF##refs/tags/}" >> $GITHUB_ENV - name: Hook into package registry - uses: swift-nav/swift-cli-publisher@v2 + uses: swift-nav/swift-cli-publisher@v3 env: DL_LINUX: "sbp_tools-${{ env.VERSION }}-x86_64-unknown-linux-musl.zip" DL_MAC: "sbp_tools-${{ env.VERSION }}-x86_64-apple-darwin.zip"