Skip to content

Commit

Permalink
fix deprecated node16 version github actions@cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo510 committed Apr 1, 2024
1 parent 96c82fa commit c20e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# rm /usr/local/bin/pydoc3.12
- name: Cache brew install step
uses: actions/cache@v3
uses: actions/cache@4
id: cache-setup
with:
path: |
Expand Down

0 comments on commit c20e199

Please sign in to comment.