Skip to content

Commit cea5ce1

Browse files
authored
Update check_deps.yml
See dnsimple/dnsimple-engineering#256
1 parent f3f08fb commit cea5ce1

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/check_deps.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@ permissions: write-all
1616
jobs:
1717
check-deps:
1818
name: Check Dependencies
19-
runs-on: ubuntu-22.04
20-
strategy:
21-
matrix:
22-
otp_version: ['27.1.3']
19+
runs-on: ubuntu-latest
2320

2421
steps:
2522
- uses: actions/checkout@v4
2623

2724
- uses: erlef/setup-beam@v1
2825
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'
3228

3329
- uses: actions/cache@v4
3430
with:
@@ -48,9 +44,9 @@ jobs:
4844
cat <<EOF > /tmp/pr-body.md
4945
Output of running \`rebar3 update-deps\`:
5046
51-
\```
47+
\`\`\`
5248
$_update_output
53-
\```
49+
\`\`\`
5450
EOF
5551
5652
rebar3 fmt --write
@@ -67,5 +63,4 @@ jobs:
6763
title: "Update dependencies"
6864
body-path: /tmp/pr-body.md
6965
labels: "dependencies,task"
70-
team-reviewers: "dnsimple/platform"
7166
delete-branch: true

0 commit comments

Comments
 (0)