github / github/vscode-github-actions

Suggest to update a new major version of Action

オープン
#238 コメント 1 件 リアクション 12 件 担当者 0 名 GitHub で見る
enhancement
主要言語
TypeScript
スター
660
フォーク
213
PR マージ指標
30日以内にマージされた PR はありません

説明

**Describe the solution you'd like**

Let's say I use the `actions/setup-go` in my workflow file:

```yaml
- name: Set up Go
uses: actions/setup-go@v3
with:
cache: true
go-version-file: go.mod
```

I'd like this extension to show me yellow underline telling me to update to v4 of this action, so I'd have:

```yaml
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
```

Small feature but would be nice to have it!

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。