Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions autopkg/workflows/repoclean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PYTHON_VERSION: "3.9.13" # Match Munki Python
steps:
- name: Cache Python ${{ env.PYTHON_VERSION }}
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: /opt/hostedtoolcache/Python/${{ env.PYTHON_VERSION }}
key: ${{ runner.os }}-python-cache-${{ env.PYTHON_VERSION }}
Expand All @@ -34,7 +34,7 @@ jobs:
path: munki_repo

- name: Cache Munki code
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: munki-code-cache
with:
path: munki
Expand Down