Skip to content

Commit 8d43fa5

Browse files
authored
Use actions/checkout@v5 for linuxbrew
1 parent ebcc7bd commit 8d43fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/brew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# v1 required due to permissions error
1515
- name: Checkout mamba repository
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v5
1717

1818
- name: Correct the creation permissions
1919
run: sudo chown -R linuxbrew .

0 commit comments

Comments
 (0)