From 1c1a4b8facb7177d1d83e8f3832681275dcf5a59 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 7 May 2024 20:17:00 +0000 Subject: [PATCH] chore: GitHib workflow dependency updated --- .github/workflows/create_release_and_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release_and_build.yml b/.github/workflows/create_release_and_build.yml index 7540321..ce686d8 100644 --- a/.github/workflows/create_release_and_build.yml +++ b/.github/workflows/create_release_and_build.yml @@ -101,7 +101,7 @@ jobs: uses: actions/checkout@v4 - name: publish to crates.io - uses: katyo/publish-crates@v1 + uses: katyo/publish-crates@v2 with: registry-token: ${{ secrets.CRATES_IO_TOKEN }}