devcontainers-contrib / features

🐳 Extra add-in features for Devcontainers and GitHub Codespaces
MIT License
240 stars 126 forks source link

fix: fix bitwarden-cli by selected oss binary #636

Open osechet opened 1 month ago

osechet commented 1 month ago

This PR fixes the bitwarden-cli feature. The issue was due to the fact bitwarden cli is now released in 2 "flavors": bw and bw-oss.

The fix downloads the "oss" version.

Additionally, the PR updates the github actions versions to avoid warning about nodejs.

The bitwarden-cli feature tests pass.