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 7b56aff commit a6c9605Copy full SHA for a6c9605
.github/actions/install-dependencies/action.yml
@@ -32,7 +32,7 @@ runs:
32
key: ${{ runner.os }}-opentelemetry-${{ env.OPENTELEMETRY_CPP_VERSION }}
33
34
- name: Set up ccache
35
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
+ uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
36
if: steps.cache-opentelemetry.outputs.cache-hit != 'true'
37
38
- name: Install OpenTelemetry
0 commit comments