File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
9
9
runs-on : ubuntu-22.04
10
10
steps :
11
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
11
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
12
12
- name : Automatic Rebase
13
13
uses : cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691
14
14
env :
Original file line number Diff line number Diff line change 29
29
os : macos-14
30
30
31
31
steps :
32
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
32
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
33
33
34
34
- uses : julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874
35
35
with :
48
48
runs-on : ubuntu-22.04
49
49
50
50
steps :
51
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
51
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
52
52
53
53
- name : Pull julia-test-runner image
54
54
run : docker pull exercism/julia-test-runner
You can’t perform that action at this time.
0 commit comments