We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b5419 commit 3a2e4ddCopy full SHA for 3a2e4dd
2 files changed
.github/workflows/documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
print("::set-output name=version::" + version)
25
26
- name: Cache pip
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
with:
29
path: ~/.cache/pip
30
key: ${{ runner.os }}-pip-sphinx-sphinx-tabs-sphinx-design-sphinx_copybutton-sphinx_panels-sphinx_rtd_theme
.github/workflows/firmware.yaml
@@ -84,7 +84,7 @@ jobs:
84
85
86
- name: Cache chocolatey
87
88
if: startsWith(matrix.os, 'windows-')
89
90
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey\gcc-arm-embedded
0 commit comments