Skip to content

Commit

Permalink
Merge branch 'main' into tt/nixToken
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-cll authored Apr 4, 2024
2 parents 6561952 + 2836495 commit 29bbc5b
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 275 deletions.
4 changes: 2 additions & 2 deletions actions/ci-benchmarking/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:

- name: Run github-action-benchmark for PRs
if: ${{ env.IS_PR == 'true' }}
uses: benchmark-action/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea # v1.19.3
uses: benchmark-action/github-action-benchmark@1846227a307d8c0149b960b986d46f8f4c95db0c # v1.20.1
with:
tool: 'go'
output-file-path: output.txt
Expand All @@ -107,7 +107,7 @@ runs:

- name: Run github-action-benchmark for Merges
if: ${{ env.IS_MERGE == 'true' }}
uses: benchmark-action/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea # v1.19.3
uses: benchmark-action/github-action-benchmark@1846227a307d8c0149b960b986d46f8f4c95db0c # v1.20.1
with:
tool: 'go'
output-file-path: output.txt
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-renovate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
aws-role-duration-seconds: ${{ inputs.aws-role-duration-seconds }}

- name: Run renovate
uses: renovatebot/github-action@23b01dbf6f38965076a36aff87f802263164f204 # v40.1.6
uses: renovatebot/github-action@7d358366277001f3316d7fa54ff49a81c0158948 # v40.1.7
with:
renovate-version: ${{ inputs.renovate-version }}
token: ${{ steps.get-access-token.outputs.access-token }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@nx/jest": "^17.1.3",
"@nx/js": "17.2.8",
"@nx/plugin": "^17.1.3",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.63",
"@swc-node/register": "~1.9.0",
"@swc/cli": "~0.3.0",
"@swc/core": "~1.4.0",
"@swc/helpers": "~0.5.3",
"@swc/jest": "0.2.29",
Expand Down
Loading

0 comments on commit 29bbc5b

Please sign in to comment.