We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192cd7 commit 8502a00Copy full SHA for 8502a00
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
sudo apt install -y mono-complete
75
mono --version
76
- name: Cache Tools
77
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
78
with:
79
path: tools
80
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments