Skip to content

Commit ebffd80

Browse files
angular-robotalxhub
authored andcommitted
build: update all github actions
See associated pull request for more information.
1 parent bc637a3 commit ebffd80

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: '${{secrets.BENCHMARK_POST_RESULTS_GITHUB_TOKEN}}'
2626
reactions: 'rocket'
2727

28-
- uses: alessbell/pull-request-comment-branch@aad01d65d6982b8eacabed5e9a684cd8ceb98da6 # v1.1
28+
- uses: alessbell/pull-request-comment-branch@653a7d5ca8bd91d3c5cb83286063314d0b063b8e # v1.4.0
2929
id: comment-branch
3030

3131
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Test build
5858
run: pnpm devtools:build:chrome
5959
- name: Cypress run
60-
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
60+
uses: cypress-io/github-action@c495c3ddffba403ba11be95fffb67e25203b3799 # v7.1.10
6161
with:
6262
command: pnpm devtools:test:e2e
6363
start: pnpm bazel run //devtools/src:devserver

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Test build
6262
run: pnpm devtools:build:chrome
6363
- name: Cypress run
64-
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
64+
uses: cypress-io/github-action@c495c3ddffba403ba11be95fffb67e25203b3799 # v7.1.10
6565
with:
6666
command: pnpm devtools:test:e2e
6767
start: pnpm bazel run //devtools/src:devserver

0 commit comments

Comments
 (0)