Skip to content

Commit

Permalink
build(deps): bump the all-actions group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [HaaLeo/publish-vscode-extension](https://github.com/haaleo/publish-vscode-extension) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `HaaLeo/publish-vscode-extension` from 0 to 1
- [Release notes](https://github.com/haaleo/publish-vscode-extension/releases)
- [Changelog](https://github.com/HaaLeo/publish-vscode-extension/blob/master/CHANGELOG.md)
- [Commits](HaaLeo/publish-vscode-extension@v0...v1)

Updates `actions/setup-node` from 1 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: HaaLeo/publish-vscode-extension
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 27, 2024
1 parent 8f75079 commit 75bf117
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kusto-color-themes-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: kusto-color-themes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Ensure all contributed themes exist in repo
uses: ./.github/actions/kusto-color-themes/verify
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kusto-color-themes-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
working-directory: kusto-color-themes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: 'Automated Version Bump'
uses: ./.github/actions/gh-action-bump-version-master
Expand All @@ -34,7 +34,7 @@ jobs:
push: false

- name: Publish VS Code Extension
uses: HaaLeo/publish-vscode-extension@v0
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kusto-extensions-pack-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:

steps:
# TODO validate that the extensions listed in the pack exist
- uses: actions/checkout@v2
- uses: actions/checkout@v4
4 changes: 2 additions & 2 deletions .github/workflows/kusto-extensions-pack-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
working-directory: kusto-extensions-pack

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: 'Automated Version Bump'
uses: ./.github/actions/gh-action-bump-version-master
Expand All @@ -34,7 +34,7 @@ jobs:
push: false

- name: Publish VS Code Extension
uses: HaaLeo/publish-vscode-extension@v0
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kusto-language-server-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
working-directory: kusto-language-server

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/kusto-language-server-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
working-directory: kusto-language-server

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20

Expand All @@ -38,7 +38,7 @@ jobs:

- run: npm ci
- name: Publish VS Code Extension
uses: HaaLeo/publish-vscode-extension@v0
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
working-directory: kusto-syntax-highlighting

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test
4 changes: 2 additions & 2 deletions .github/workflows/kusto-syntax-highlighting-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
working-directory: kusto-syntax-highlighting

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: 'Automated Version Bump'
uses: ./.github/actions/gh-action-bump-version-master
Expand All @@ -35,7 +35,7 @@ jobs:

- run: npm ci
- name: Publish VS Code Extension
uses: HaaLeo/publish-vscode-extension@v0
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
Expand Down

0 comments on commit 75bf117

Please sign in to comment.