We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf524aa commit 66703a0Copy full SHA for 66703a0
.github/actions/install-pyroscope/action.yaml
@@ -3,7 +3,7 @@ description: 'Installs Pyroscope'
3
runs:
4
using: "composite"
5
steps:
6
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7
- name: download pyroscope
8
shell: bash
9
run: |
0 commit comments