File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 66 branches : [main]
77 workflow_dispatch :
88
9- permissions :
10- contents : read
11-
129jobs :
1310 lint :
1411 permissions :
1512 contents : read
1613 statuses : write
1714 runs-on : ubuntu-latest
1815 steps :
19- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
2017 with :
2118 fetch-depth : 0
22- - uses : super-linter/super-linter/slim@v6
19+ - uses : super-linter/super-linter/slim@v8
2320 env :
2421 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2522 test-defaults :
2623 runs-on : ubuntu-latest
2724 steps :
28- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2926 - name : Create .tool-versions file
3027 run : |
3128 printf 'elixir 1.16.1-otp-26\nerlang 26.2.2\n' > .tool-versions
@@ -37,11 +34,11 @@ jobs:
3734 test-inputs :
3835 runs-on : ubuntu-latest
3936 steps :
40- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
4138 - uses : ./
4239 with :
43- elixir-version : " 1.15"
44- otp-version : " 25 "
40+ elixir-version : 1.15
41+ otp-version : 25
4542 - name : Check Erlang and Elixir versions
4643 run : |
4744 elixir --version | grep 'Erlang/OTP 25'
Original file line number Diff line number Diff line change 66 release :
77 types : [published]
88
9- permissions :
10- contents : write
11-
129jobs :
1310 tag :
11+ permissions :
12+ contents : write
1413 runs-on : ubuntu-latest
1514 steps :
16- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1716 with :
1817 fetch-depth : 0
1918 - name : Configure Git
You can’t perform that action at this time.
0 commit comments