Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Replace unmaintained actions-rs GH actions #8078

Closed
olivierlemasle opened this issue Oct 22, 2023 · 0 comments · Fixed by #8093
Closed

[ci] Replace unmaintained actions-rs GH actions #8078

olivierlemasle opened this issue Oct 22, 2023 · 0 comments · Fixed by #8093
Assignees

Comments

@olivierlemasle
Copy link
Contributor

The whole GH actions-rs is archived, and its GitHub actions are all unmaintained. They also use deprecated GitHub Actions features (node12 and set-output).

However, they are still heavily used in Tauri CI:

$ grep -r "actions-rs" .github/workflows
.github/workflows/covector-version-or-publish-v1.yml:        uses: actions-rs/toolchain@v1
.github/workflows/covector-version-or-publish-v1.yml:        uses: actions-rs/cargo@v1
.github/workflows/udeps.yml:      - uses: actions-rs/toolchain@v1
.github/workflows/udeps.yml:      - uses: actions-rs/cargo@v1
.github/workflows/udeps.yml:      - uses: actions-rs/toolchain@v1
.github/workflows/udeps.yml:      - uses: actions-rs/cargo@v1
.github/workflows/audit.yml:        uses: actions-rs/audit-check@v1
.github/workflows/docker.yml:        uses: actions-rs/toolchain@v1
.github/workflows/docker.yml:        uses: actions-rs/cargo@v1
.github/workflows/docker.yml:        uses: actions-rs/toolchain@v1
.github/workflows/check-generated-files.yml:        uses: actions-rs/toolchain@v1
.github/workflows/check-generated-files.yml:        uses: actions-rs/cargo@v1
.github/workflows/lint-core.yml:      - uses: actions-rs/toolchain@v1
.github/workflows/lint-core.yml:      - uses: actions-rs/cargo@v1
.github/workflows/lint-core.yml:      - uses: actions-rs/toolchain@v1
.github/workflows/lint-core.yml:      - uses: actions-rs/clippy-check@v1
.github/workflows/publish-cli-js.yml:        uses: actions-rs/toolchain@v1
.github/workflows/publish-cli-rs.yml:        uses: actions-rs/cargo@v1
.github/workflows/lint-cli.yml:      - uses: actions-rs/toolchain@v1
.github/workflows/lint-cli.yml:      - uses: actions-rs/cargo@v1
.github/workflows/lint-cli.yml:      - uses: actions-rs/toolchain@v1
.github/workflows/lint-cli.yml:      - uses: actions-rs/clippy-check@v1
.github/workflows/test-cli-rs.yml:        uses: actions-rs/cargo@v1
.github/workflows/test-cli-js.yml:        uses: actions-rs/toolchain@v1
.github/workflows/test-core.yml:        uses: actions-rs/toolchain@v1
.github/workflows/bench.yml:        uses: actions-rs/toolchain@v1
.github/workflows/test-android.yml:        uses: actions-rs/toolchain@v1
.github/workflows/test-android.yml:        uses: actions-rs/cargo@v1
.github/workflows/covector-version-or-publish.yml:        uses: actions-rs/toolchain@v1
.github/workflows/covector-version-or-publish.yml:        uses: actions-rs/cargo@v1
.github/workflows/test-lint-bundler.yml:        uses: actions-rs/toolchain@v1
.github/workflows/test-lint-bundler.yml:      - uses: actions-rs/toolchain@v1
.github/workflows/test-lint-bundler.yml:      - uses: actions-rs/cargo@v1
.github/workflows/test-lint-bundler.yml:        uses: actions-rs/toolchain@v1
.github/workflows/test-lint-bundler.yml:        uses: actions-rs/clippy-check@v1

tauri-apps/plugins-workspace has already migrated: cf tauri-apps/plugins-workspace#45 and tauri-apps/plugins-workspace#294

  • actions-rs/toolchain should be replaced by dtolnay/rust-toolchain
  • actions-rs/cargo and actions-rs/clippy-check can be replaced by simple cargo commands
  • actions-rs/audit-check should be replaced by its rustsec fork

Please assign this to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant