File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
# Linux runners need this.
26
26
CC : clang
27
27
steps :
28
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
28
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
29
29
- uses : maxim-lobanov/setup-xcode@v1
30
30
if : ${{ startsWith(matrix.runner, 'macos') }}
31
31
with :
51
51
# Linux runners need this.
52
52
CC : clang
53
53
steps :
54
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
54
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
55
55
- uses : maxim-lobanov/setup-xcode@v1
56
56
if : ${{ startsWith(matrix.runner, 'macos') }}
57
57
with :
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
# Check out your code
26
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
26
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27
27
28
28
# Generate a token that has permssions to create a release and create PRs.
29
29
- uses : tibdex/github-app-token@v2
You can’t perform that action at this time.
0 commit comments