Skip to content

Commit 3a2e4dd

Browse files
committed
update deprecated action dependencies
1 parent f9b5419 commit 3a2e4dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
print("::set-output name=version::" + version)
2525
2626
- name: Cache pip
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.cache/pip
3030
key: ${{ runner.os }}-pip-sphinx-sphinx-tabs-sphinx-design-sphinx_copybutton-sphinx_panels-sphinx_rtd_theme

.github/workflows/firmware.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
8686
- name: Cache chocolatey
87-
uses: actions/cache@v2
87+
uses: actions/cache@v4
8888
if: startsWith(matrix.os, 'windows-')
8989
with:
9090
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey\gcc-arm-embedded

0 commit comments

Comments
 (0)