File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
timeout-minutes : 5
12
12
steps :
13
13
- name : Checkout the JuliaLang/julia repository
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
15
with :
16
16
persist-credentials : false
17
17
- name : Check spelling with typos
Original file line number Diff line number Diff line change 15
15
timeout-minutes : 2
16
16
steps :
17
17
- name : Checkout the JuliaLang/julia repository
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
persist-credentials : false
21
21
- uses : julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Check out a copy of the repository
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
with :
28
28
persist-credentials : false
29
29
You can’t perform that action at this time.
0 commit comments