We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c1dd commit bcd12cbCopy full SHA for bcd12cb
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
run: git fetch --prune --unshallow
49
50
- name: Cache Tools
51
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
52
with:
53
path: tools
54
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake', '.config/dotnet-tools.json') }}
.github/workflows/release-notes.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Fetch all tags and branches
16
17
18
19
20
21
0 commit comments