We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c1dd commit a10ec0fCopy full SHA for a10ec0f
.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@6849a6489940f00c2f30c0fb92c6274307ccb58a # 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