Update README example to use actions/checkout@v5 (#62)

This commit is contained in:
Curtis Vogt
2025-08-15 12:25:17 -05:00
committed by GitHub
parent a2be14d86d
commit 8e4b7ee508

View File

@@ -8,7 +8,7 @@ Julia needs to be installed before this action can run. This can easily be achie
And example workflow that uses this action might look like this:
```
```yaml
name: Run tests
on: [push, pull_request]
@@ -26,7 +26,7 @@ jobs:
julia-arch: x86
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}