Skip to content

Commit

Permalink
tshoot: use actions/cache@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Jun 27, 2024
1 parent 892970c commit e108b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-freecad-app-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
- name: restore cache
if: env.my_os == 'macos-14' && env.my_arch == 'arm64'
id: cache-brewdeps-restore
# uses: actions/cache@v3
uses: actions/cache/restore@v4
uses: actions/cache@v2
# uses: actions/cache/restore@v4
with:
path: /opt/homebrew
key: ${{ runner.os }}-brewdeps
Expand Down

0 comments on commit e108b77

Please sign in to comment.