Skip to content

Commit 8e4b7ee

Browse files
authored
Update README example to use actions/checkout@v5 (#62)
1 parent a2be14d commit 8e4b7ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Julia needs to be installed before this action can run. This can easily be achie
88

99
And example workflow that uses this action might look like this:
1010

11-
```
11+
```yaml
1212
name: Run tests
1313

1414
on: [push, pull_request]
@@ -26,7 +26,7 @@ jobs:
2626
julia-arch: x86
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: julia-actions/setup-julia@v2
3131
with:
3232
version: ${{ matrix.julia-version }}
@@ -68,4 +68,4 @@ If the registry contains private packages, or is itself private, the ssh protoco
6868
...
6969
```
7070

71-
For Julia 1.7 and above, the `git_cli` option can be used to set the `JULIA_PKG_USE_CLI_GIT` [environment flag](https://docs.julialang.org/en/v1/manual/environment-variables/), for additional control of the SSH configuration used by `Pkg` to add/dev packages.
71+
For Julia 1.7 and above, the `git_cli` option can be used to set the `JULIA_PKG_USE_CLI_GIT` [environment flag](https://docs.julialang.org/en/v1/manual/environment-variables/), for additional control of the SSH configuration used by `Pkg` to add/dev packages.

0 commit comments

Comments
 (0)