We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2192cd7 commit bbd3ea5Copy full SHA for bbd3ea5
2 files changed
.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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
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