We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7846ce commit d4ad5d4Copy full SHA for d4ad5d4
.github/workflows/integration-tests-benchmarks.yml
@@ -15,10 +15,6 @@ concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
cancel-in-progress: true
17
18
-permissions:
19
- contents: write
20
- pull-requests: write
21
-
22
jobs:
23
test:
24
name: Benchmarks
@@ -31,7 +27,7 @@ jobs:
31
27
32
28
steps:
33
29
- name: Git checkout
34
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
30
+ uses: actions/checkout@v6
35
with:
36
submodules: 'recursive'
37
@@ -81,7 +77,7 @@ jobs:
81
77
82
78
83
79
84
80
85
86
87
0 commit comments