Skip to content

Commit

Permalink
CI/CD: bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Mar 17, 2024
1 parent 10ef281 commit 19a1755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install packaged dependencies
run: |
Expand Down

0 comments on commit 19a1755

Please sign in to comment.