Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false
# limit releases to version changes - https://github.com/EndBug/version-check
- name: Check version changes
uses: EndBug/version-check@5102328418c0130d66ca712d755c303e93368ce2
uses: EndBug/version-check@a4db3dc8368cb5e052fd2976b5984ca9ef69fa25
id: version_check
with:
file-url: https://unpkg.com/@grafana/azure-sdk@latest/package.json
Expand Down