File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,15 @@ permissions: write-all
16
16
jobs :
17
17
check-deps :
18
18
name : Check Dependencies
19
- runs-on : ubuntu-22.04
20
- strategy :
21
- matrix :
22
- otp_version : ['27.1.3']
19
+ runs-on : ubuntu-latest
23
20
24
21
steps :
25
22
- uses : actions/checkout@v4
26
23
27
24
- uses : erlef/setup-beam@v1
28
25
with :
29
- otp-version : ${{ matrix.otp_version }}
30
- rebar3-version : ' 3.22.1'
31
- version-type : ' strict'
26
+ otp-version : ' 27.x'
27
+ rebar3-version : ' 3.x'
32
28
33
29
- uses : actions/cache@v4
34
30
with :
48
44
cat <<EOF > /tmp/pr-body.md
49
45
Output of running \`rebar3 update-deps\`:
50
46
51
- \`` `
47
+ \`\`\ `
52
48
$_update_output
53
- \`` `
49
+ \`\`\ `
54
50
EOF
55
51
56
52
rebar3 fmt --write
67
63
title : " Update dependencies"
68
64
body-path : /tmp/pr-body.md
69
65
labels : " dependencies,task"
70
- team-reviewers : " dnsimple/platform"
71
66
delete-branch : true
You can’t perform that action at this time.
0 commit comments