Skip to content

Commit 8ca7f07

Browse files
authored
ci: Downgrade checkout action version from v5 to v4
1 parent c448764 commit 8ca7f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- julia-version: "1"
2121
os: macOS-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v4
2424
- uses: julia-actions/setup-julia@v2
2525
with:
2626
version: ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)