Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e521426

Browse files
committed
Consume updated parser
1 parent a83fbf0 commit e521426

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "vscode-github-actions" extension will be documented in this file.
44

5+
## [v0.14.0]
6+
7+
- Consume updated parser
8+
- Fixes issues with `!` in expressions
9+
- Fixes issues with using `step.<id>.outputs` in expressions
10+
511
## [v0.13.0]
612

713
- Fixed: https://github.com/cschleiden/vscode-github-actions/issues/42

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"@octokit/rest": "^18.0.0",
317317
"atob": "^2.1.2",
318318
"btoa": "^1.2.1",
319-
"github-actions-parser": "0.13.3",
319+
"github-actions-parser": "0.16.0",
320320
"js-yaml": "^3.14.0",
321321
"ssh-config": "^3.0.0",
322322
"tunnel": "0.0.6",

0 commit comments

Comments
 (0)