Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/checkout action to v2
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 30, 2024
1 parent 3a6c7fb commit 24d059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-universal.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout codebase
uses: actions/checkout@v4
uses: actions/checkout@v2
- name: Install development dependencies
run: |
brew update > /dev/null

0 comments on commit 24d059b

Please sign in to comment.