We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192cd7 commit f823decCopy full SHA for f823dec
.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@a7833574556fa59680c1b7cb190c1735db73ebf0 # 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