File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: CI for Markdown content
3
3
on :
4
4
push :
5
5
branches :
6
- - ' main'
6
+ - " main"
7
7
paths :
8
- - ' lib/**/*.md'
8
+ - " lib/**/*.md"
9
9
pull_request :
10
10
paths :
11
- - ' lib/**/*.md'
11
+ - " lib/**/*.md"
12
12
workflow_dispatch :
13
13
14
14
jobs :
18
18
strategy :
19
19
fail-fast : false
20
20
21
- runs-on : ubuntu-20.04
21
+ runs-on : ubuntu-latest
22
22
23
23
steps :
24
24
- name : Check out the repository
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ permissions:
10
10
11
11
jobs :
12
12
notify :
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
name : Notify
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 50
19
19
- uses : erlef/setup-beam@v1
20
20
with :
21
- otp-version : ' 25.0 '
22
- elixir-version : ' 1.14.0 '
21
+ otp-version : " 27.3 "
22
+ elixir-version : " 1.18.3 "
23
23
- name : Run Elixir script
24
24
env :
25
25
ELIXIR_FORUM_TOKEN : ${{ secrets.ELIXIR_FORUM_TOKEN }}
You can’t perform that action at this time.
0 commit comments