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 871d32a commit ec1adabCopy full SHA for ec1adab
.github/workflows/benchmark-action.yml
@@ -31,7 +31,7 @@ jobs:
31
run: cd tests/Microsoft.Identity.Test.Performance && dotnet run -c release -f net8.0 --exporters json
32
33
- name: Download previous benchmark data
34
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@v3
35
with:
36
path: ./cache
37
key: ${{ runner.os }}-benchmark
0 commit comments