Skip to content

Commit 431a8f2

Browse files
chore(deps): update polarsignals/gh-actions-ps-profiling action to v0.6.0 (#4284)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [polarsignals/gh-actions-ps-profiling](https://redirect.github.com/polarsignals/gh-actions-ps-profiling) | action | minor | `v0.4.0` -> `v0.6.0` | --- ### Release Notes <details> <summary>polarsignals/gh-actions-ps-profiling (polarsignals/gh-actions-ps-profiling)</summary> ### [`v0.6.0`](https://redirect.github.com/polarsignals/gh-actions-ps-profiling/releases/tag/v0.6.0) [Compare Source](https://redirect.github.com/polarsignals/gh-actions-ps-profiling/compare/v0.5.0...v0.6.0) ##### What's Changed - Write token to file instead of passing directly by [@&#8203;brancz](https://redirect.github.com/brancz) in [https://github.com/polarsignals/gh-actions-ps-profiling/pull/18](https://redirect.github.com/polarsignals/gh-actions-ps-profiling/pull/18) **Full Changelog**: polarsignals/gh-actions-ps-profiling@v0.5.0...v0.6.0 ### [`v0.5.0`](https://redirect.github.com/polarsignals/gh-actions-ps-profiling/releases/tag/v0.5.0) [Compare Source](https://redirect.github.com/polarsignals/gh-actions-ps-profiling/compare/v0.4.0...v0.5.0) ##### What's Changed - Add ability to add config file by [@&#8203;brancz](https://redirect.github.com/brancz) in [https://github.com/polarsignals/gh-actions-ps-profiling/pull/17](https://redirect.github.com/polarsignals/gh-actions-ps-profiling/pull/17) **Full Changelog**: polarsignals/gh-actions-ps-profiling@v0.4.0...v0.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad5fe2b commit 431a8f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cargo build --bin ${{ matrix.benchmark.id }} --package bench-vortex --profile release_debug
6666
6767
- name: Setup Polar Signals
68-
uses: polarsignals/gh-actions-ps-profiling@v0.4.0
68+
uses: polarsignals/gh-actions-ps-profiling@v0.6.0
6969
with:
7070
polarsignals_cloud_token: ${{ secrets.POLAR_SIGNALS_API_KEY }}
7171
labels: "branch=${{ github.ref_name }};gh_run_id=${{ github.run_id }};benchmark=${{ matrix.benchmark.id }}"

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cargo build --bin ${{ matrix.benchmark.id }} --package bench-vortex --profile release_debug
6868
6969
- name: Setup Polar Signals
70-
uses: polarsignals/gh-actions-ps-profiling@v0.4.0
70+
uses: polarsignals/gh-actions-ps-profiling@v0.6.0
7171
with:
7272
polarsignals_cloud_token: ${{ secrets.POLAR_SIGNALS_API_KEY }}
7373
labels: "branch=${{ github.ref_name }};gh_run_id=${{ github.run_id }};benchmark=${{ matrix.benchmark.id }}"

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
aws s3 cp --recursive ${{matrix.local_dir}} ${{ matrix.remote_storage }}
116116
117117
- name: Setup Polar Signals
118-
uses: polarsignals/gh-actions-ps-profiling@v0.4.0
118+
uses: polarsignals/gh-actions-ps-profiling@v0.6.0
119119
with:
120120
polarsignals_cloud_token: ${{ secrets.POLAR_SIGNALS_API_KEY }}
121121
labels: "branch=${{ github.ref_name }};gh_run_id=${{ github.run_id }};benchmark=${{ matrix.id }}"

0 commit comments

Comments
 (0)