Compare commits

..

5 Commits

Author SHA1 Message Date
Trivikram Kamat
05917beaf6
Merge 7944727638 into 13427813f7 2025-10-08 15:48:38 +00:00
Kamat, Trivikram
7944727638 chore: update files in dist 2025-10-08 08:48:30 -07:00
Kamat, Trivikram
ee2d14815c chore: license cache 2025-10-08 08:37:37 -07:00
Kamat, Trivikram
34c363a48a Replace uuid with crypto.randomUUID() 2025-10-08 08:29:38 -07:00
dependabot[bot]
13427813f7
Bump actions/publish-action from 0.3.0 to 0.4.0 (#1362)
Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0.
- [Commits](https://github.com/actions/publish-action/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: actions/publish-action
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:32:50 -05:00
4 changed files with 1600 additions and 2218 deletions

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update the ${{ env.TAG_NAME }} tag
uses: actions/publish-action@v0.3.0
uses: actions/publish-action@v0.4.0
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

Binary file not shown.

3816
dist/setup/index.js vendored

File diff suppressed because one or more lines are too long