File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 echo "head_ref is: ${{ github.head_ref }}"
3232 echo "target repository is: ${{ github.repository }}"
3333 echo "head repository is: ${{ github.event.pull_request.head.repo.full_name }}"
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - uses : julia-actions/setup-julia@v2
3636 with :
3737 version : ${{ matrix.version }}
6161 os :
6262 - ' ubuntu-latest'
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565 with :
6666 persist-credentials : false
6767 - uses : julia-actions/setup-julia@v2
8080 env :
8181 JULIA_PKG_SERVER : " "
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484 with :
8585 persist-credentials : false
8686 - uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments