Skip to content

Commit 69554f5

Browse files
authored
Merge pull request #89 from andmpel/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 43f0d9f + 64365f3 commit 69554f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [macos-14, macos-15, macos-latest]
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Run Test
1717
run: |
1818
set -x # Enable Execution Logs

0 commit comments

Comments
 (0)