Skip to content

Commit c994fc9

Browse files
Merge pull request #511 from github/lg/snapshot-keyword
Support 'snapshot' keyword
2 parents 8850a66 + 3d0beff commit c994fc9

File tree

2 files changed

+53
-58
lines changed

2 files changed

+53
-58
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@
561561
"webpack-cli": "^4.10.0"
562562
},
563563
"dependencies": {
564-
"@actions/languageserver": "^0.3.17",
565-
"@actions/workflow-parser": "^0.3.17",
564+
"@actions/languageserver": "^0.3.18",
565+
"@actions/workflow-parser": "^0.3.18",
566566
"@octokit/rest": "^21.1.1",
567567
"@vscode/vsce": "^2.19.0",
568568
"buffer": "^6.0.3",
@@ -587,4 +587,4 @@
587587
"elliptic": "6.6.1"
588588
}
589589
}
590-
}
590+
}

0 commit comments

Comments
 (0)