We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1f5e8 commit 3643183Copy full SHA for 3643183
.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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # 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