diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-22 00:42:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 00:42:21 +0000 |
| commit | d29fb911f6eee81d1ae40e9c34166f0e64d69744 (patch) | |
| tree | 70afaab8c083cfc2382a0aafe7dc3fd6c44fa2ce /.github/workflows/cargo_publish.yml | |
| parent | 197d2480bbfd57c6c5213ae12ce1e71b7d03f896 (diff) | |
chore: update Deno version in workflows (#22523)
Diffstat (limited to '.github/workflows/cargo_publish.yml')
| -rw-r--r-- | .github/workflows/cargo_publish.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index b34062cfc..45f075b57 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -30,9 +30,7 @@ jobs: - name: Install deno uses: denoland/setup-deno@v1 with: - # use a recent version instead of the latest version in case - # the latest version ever has issues that breaks publishing - deno-version: v1.31.3 + deno-version: v1.x - name: Install protoc uses: arduino/setup-protoc@v3 |
