Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
67a07a15de Bump actions/github-script from 7 to 8 (#92)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 11:49:27 -06:00
dependabot[bot]
071e6f2da9 Bump actions/setup-go from 5 to 6 (#91)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 15:34:03 -06:00
Haritha
5ac208ba2e Replace macos-13 with macos-15-intel (#97)
* chore: update macOS version in build workflow to 15-intel

* Update Pester invocation with configuration options

* Install Pester before running tests

Added a step to install Pester before running tests.

* Refactor Pester installation step in workflow

* Clean up build-tool-packages.yml by removing comments

Removed commented-out test run section from workflow.

* Aligning indentation

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add conditional check for Pester installation

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-12 12:25:41 -06:00

View File

@@ -147,7 +147,7 @@ jobs:
- name: Setup Go ${{ inputs.tool-version }}
if: inputs.tool-name == 'go'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ inputs.tool-version }}
@@ -228,7 +228,7 @@ jobs:
}
- name: Upload release assets
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
@@ -252,7 +252,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger "Create Pull Request" workflow
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |