Merge pull request #277 from ipnet-mesh/renovate/actions-cache-6.x

chore(deps): update actions/cache action to v6
This commit is contained in:
JingleManSweep
2026-06-24 09:10:39 +01:00
committed by GitHub
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Cache last-built upstream SHA
id: cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .last-upstream-sha
key: mqtt-broker-upstream-${{ steps.check.outputs.upstream_sha }}