Merge pull request #71 from pacnpal/dependabot/github_actions/actions/checkout-6

[DEPENDABOT] Update Actions: Bump actions/checkout from 4 to 6
This commit is contained in:
pacnpal
2026-01-09 08:38:00 -05:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ jobs:
if: runner.os == 'Linux'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Homebrew on Linux
if: runner.os == 'Linux'